データセット変換設定ファイル内の column 要素を表します。

C# | Visual Basic | Visual C++ |
public sealed class ColumnElement : ConfigurationElement
Public NotInheritable Class ColumnElement _ Inherits ConfigurationElement
public ref class ColumnElement sealed : public ConfigurationElement

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ColumnElement()()() |
ColumnElement クラスの新しいインスタンスを初期化します。
|
![]() | ColumnElement(String, String) |
ColumnElement クラスの新しいインスタンスを初期化します。
|
![]() | DeserializeElement(XmlReader, Boolean) | (Inherited from ConfigurationElement.) |
![]() | DestName |
dest 属性の値を取得します。
|
![]() | ElementInformation | (Inherited from ConfigurationElement.) |
![]() | ElementProperty | (Inherited from ConfigurationElement.) |
![]() | Equals(Object) | (Inherited from ConfigurationElement.) |
![]() | EvaluationContext | (Inherited from ConfigurationElement.) |
![]() | Finalize()()() | (Inherited from Object.) |
![]() | GetHashCode()()() | (Inherited from ConfigurationElement.) |
![]() | GetType()()() | (Inherited from Object.) |
![]() | Init()()() | (Inherited from ConfigurationElement.) |
![]() | InitializeDefault()()() | (Inherited from ConfigurationElement.) |
![]() | IsModified()()() | (Inherited from ConfigurationElement.) |
![]() | IsReadOnly()()() | (Inherited from ConfigurationElement.) |
![]() | Item[([(ConfigurationProperty])]) | (Inherited from ConfigurationElement.) |
![]() | Item[([(String])]) | (Inherited from ConfigurationElement.) |
![]() | ListErrors(IList) | (Inherited from ConfigurationElement.) |
![]() | LockAllAttributesExcept | (Inherited from ConfigurationElement.) |
![]() | LockAllElementsExcept | (Inherited from ConfigurationElement.) |
![]() | LockAttributes | (Inherited from ConfigurationElement.) |
![]() | LockElements | (Inherited from ConfigurationElement.) |
![]() | LockItem | (Inherited from ConfigurationElement.) |
![]() | MemberwiseClone()()() | (Inherited from Object.) |
![]() | OnDeserializeUnrecognizedAttribute(String, String) | (Inherited from ConfigurationElement.) |
![]() | OnDeserializeUnrecognizedElement(String, XmlReader) | (Inherited from ConfigurationElement.) |
![]() | OnRequiredPropertyNotFound(String) | (Inherited from ConfigurationElement.) |
![]() | PostDeserialize()()() | (Inherited from ConfigurationElement.) |
![]() | PreSerialize(XmlWriter) | (Inherited from ConfigurationElement.) |
![]() | Properties | (Inherited from ConfigurationElement.) |
![]() | Reset(ConfigurationElement) | (Inherited from ConfigurationElement.) |
![]() | ResetModified()()() | (Inherited from ConfigurationElement.) |
![]() | SerializeElement(XmlWriter, Boolean) | (Inherited from ConfigurationElement.) |
![]() | SerializeToXmlElement(XmlWriter, String) | (Inherited from ConfigurationElement.) |
![]() | SetPropertyValue(ConfigurationProperty, Object, Boolean) | (Inherited from ConfigurationElement.) |
![]() | SetReadOnly()()() | (Inherited from ConfigurationElement.) |
![]() | SrcName |
src 属性の値を取得します。
|
![]() | ToString()()() | (Inherited from Object.) |
![]() | Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode) | (Inherited from ConfigurationElement.) |

新規 DataSet への変換、または値を持つ既存の DataSet への変換情報
を定義する要素です。 column 要素は以下の属性を含みます。
また、DataSetConverter
を利用する場合は、各属性は以下のような制限に基づいて記述する必要があります。
属性 | 説明 |
---|---|
src |
必須の属性です。DataSet のテーブル名とカラム名を、"." 区切りで指定します。
|
dest |
省略可能な属性です。(DataSet) のテーブル名とカラム名を、"." 区切りで指定します。
省略した場合、src 属性の値と同じになります。
|

Object | ||
![]() | ConfigurationElement | |
![]() | ColumnElement |