DataViewSettingCollection.Count プロパティ

定義

DataViewSetting に含まれる 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

プロパティ値

コレクションに含まれる DataViewSetting オブジェクトの数です。

実装

属性

注釈

オブジェクトのDataViewSetting数は、 内DataSetのオブジェクトのDataTable数と同じです。

適用対象