DataViewSettingCollection.Count 属性

定义

获取 DataViewSettingDataViewSettingCollection 对象的数目。

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

属性值

Int32

集合中 DataViewSetting 对象的数目。

实现

属性

注解

The number of DataViewSetting objects is the same as the number of DataTable objects in the DataSet.

适用于