DataRelation.ExtendedProperties プロパティ

定義

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

public:
 property System::Data::PropertyCollection ^ ExtendedProperties { System::Data::PropertyCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Data.PropertyCollection ExtendedProperties { get; }
[System.ComponentModel.Browsable(false)]
[System.Data.DataSysDescription("ExtendedPropertiesDescr")]
public System.Data.PropertyCollection ExtendedProperties { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ExtendedProperties : System.Data.PropertyCollection
[<System.ComponentModel.Browsable(false)>]
[<System.Data.DataSysDescription("ExtendedPropertiesDescr")>]
member this.ExtendedProperties : System.Data.PropertyCollection
Public ReadOnly Property ExtendedProperties As PropertyCollection

プロパティ値

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

属性

注釈

オブジェクトにカスタム情報を追加するには、 をDataRelation使用ExtendedPropertiesします。 Add メソッドを使用して情報を追加します。 Item メソッドを使用して情報を取得します。

拡張プロパティの型 Stringは である必要があります。 String 型ではないプロパティは、 が XML として書き込まれるときに DataRelation 保持されません。

適用対象