DTSReadOnlyCollectionBase.GetCount メソッド

定義

コレクション内のオブジェクトの数を取得します。

protected:
 abstract int GetCount();
protected abstract int GetCount ();
abstract member GetCount : unit -> int
Protected MustOverride Function GetCount () As Integer

戻り値

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

適用対象