DataViewSettingCollection.Item[] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’élément DataViewSetting spécifié DataTable de la collection.
Surcharges
| Nom | Description |
|---|---|
| Item[DataTable] |
Obtient les DataViewSetting objets de la collection spécifiés DataTable . |
| Item[Int32] |
Obtient les DataViewSetting objets de l’objet DataTable spécifié par son index. |
| Item[String] |
Obtient le DataViewSetting nom DataTable spécifié. |
Item[DataTable]
Obtient les DataViewSetting objets de la collection spécifiés DataTable .
public:
virtual property System::Data::DataViewSetting ^ default[System::Data::DataTable ^] { System::Data::DataViewSetting ^ get(System::Data::DataTable ^ table); void set(System::Data::DataTable ^ table, System::Data::DataViewSetting ^ value); };
public virtual System.Data.DataViewSetting this[System.Data.DataTable table] { get; set; }
member this.Item(System.Data.DataTable) : System.Data.DataViewSetting with get, set
Default Public Overridable Property Item(table As DataTable) As DataViewSetting
Paramètres
Valeur de propriété
Collection d’objets DataViewSetting.
S’applique à
Item[Int32]
Obtient les DataViewSetting objets de l’objet DataTable spécifié par son index.
public:
virtual property System::Data::DataViewSetting ^ default[int] { System::Data::DataViewSetting ^ get(int index); void set(int index, System::Data::DataViewSetting ^ value); };
public virtual System.Data.DataViewSetting this[int index] { get; set; }
member this.Item(int) : System.Data.DataViewSetting with get, set
Default Public Overridable Property Item(index As Integer) As DataViewSetting
Paramètres
Valeur de propriété
Collection d’objets DataViewSetting.
S’applique à
Item[String]
Obtient le DataViewSetting nom DataTable spécifié.
public:
virtual property System::Data::DataViewSetting ^ default[System::String ^] { System::Data::DataViewSetting ^ get(System::String ^ tableName); };
public virtual System.Data.DataViewSetting this[string tableName] { get; }
member this.Item(string) : System.Data.DataViewSetting
Default Public Overridable ReadOnly Property Item(tableName As String) As DataViewSetting
Paramètres
Valeur de propriété
Collection d’objets DataViewSetting.