DataRelation.ExtendedProperties Proprietà

Definizione

Ottiene l'insieme in cui vengono memorizzate le proprietà personalizzate.

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

Valore della proprietà

Classe PropertyCollection che contiene proprietà personalizzate.

Attributi

Commenti

Utilizzare ExtendedProperties per aggiungere informazioni personalizzate a un DataRelation oggetto . Aggiungere informazioni con il metodo Add. Recuperare informazioni con il metodo Item.

Le proprietà estese devono essere di tipo String. Le proprietà che non sono di tipo String non vengono mantenute quando viene DataRelation scritto come XML.

Si applica a