DataViewSettingCollection.Count Propriedade
Definição
Obtém o número de objetos DataViewSetting no DataViewSettingCollection.Gets the number of DataViewSetting objects in the DataViewSettingCollection.
public:
virtual property int Count { int get(); };
[System.ComponentModel.Browsable(false)]
public virtual int Count { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Count : int
Public Overridable ReadOnly Property Count As Integer
Valor da propriedade
O número de objetos DataViewSetting na coleção.The number of DataViewSetting objects in the collection.
Implementações
- Atributos
Comentários
O número de DataViewSetting objetos é o mesmo que o número de DataTable objetos no DataSet .The number of DataViewSetting objects is the same as the number of DataTable objects in the DataSet.