次の方法で共有


DataRelation.ExtendedProperties プロパティ

カスタマイズしたプロパティを格納するコレクションを取得します。

Public ReadOnly Property ExtendedProperties As PropertyCollection
[C#]
public PropertyCollection ExtendedProperties {get;}
[C++]
public: __property PropertyCollection* get_ExtendedProperties();
[JScript]
public function get ExtendedProperties() : PropertyCollection;

プロパティ値

カスタマイズしたプロパティを格納する PropertyCollection

解説

拡張プロパティは、 String 型にする必要があります。 DataRelation が XML として書き込まれた場合、文字列型ではないプロパティは永続化されません。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

DataRelation クラス | DataRelation メンバ | System.Data 名前空間