DataViewSettingCollection.Item[] Propriedade

Definição

Obtém o DataViewSetting do DataTable especificado da coleção.Gets the DataViewSetting of the specified DataTable from the collection.

Sobrecargas

Item[DataTable]

Obtém os objetos de DataViewSetting do DataTable especificado da coleção.Gets the DataViewSetting objects of the specified DataTable from the collection.

Item[Int32]

Obtém os objetos DataViewSetting do DataTable especificado por seu índice.Gets the DataViewSetting objects of the DataTable specified by its index.

Item[String]

Obtém os DataViewSetting do DataTable especificado por seu nome.Gets the DataViewSetting of the DataTable specified by its name.

Item[DataTable]

Obtém os objetos de DataViewSetting do DataTable especificado da coleção.Gets the DataViewSetting objects of the specified DataTable from the collection.

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

Parâmetros

table
DataTable

O DataTable a ser localizado.The DataTable to find.

Valor da propriedade

DataViewSetting

Uma coleção de objetos DataViewSetting .A collection of DataViewSetting objects.

Aplica-se a

Item[Int32]

Obtém os objetos DataViewSetting do DataTable especificado por seu índice.Gets the DataViewSetting objects of the DataTable specified by its 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; }
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

Parâmetros

index
Int32

O índice de base zero do DataTable a ser localizado.The zero-based index of the DataTable to find.

Valor da propriedade

DataViewSetting

Uma coleção de objetos DataViewSetting .A collection of DataViewSetting objects.

Aplica-se a

Item[String]

Obtém os DataViewSetting do DataTable especificado por seu nome.Gets the DataViewSetting of the DataTable specified by its name.

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; }
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

Parâmetros

tableName
String

O nome do DataTable a ser localizado.The name of the DataTable to find.

Valor da propriedade

DataViewSetting

Uma coleção de objetos DataViewSetting .A collection of DataViewSetting objects.

Aplica-se a