ISfcCollection.Count プロパティ

コレクションに含まれる要素の数を取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
ReadOnly Property Count As Integer 
    Get
'使用
Dim instance As ISfcCollection 
Dim value As Integer 

value = instance.Count
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int
function get Count () : int

プロパティ値

型: System.Int32
コレクションに含まれる要素の数です。

関連項目

参照

ISfcCollection インターフェイス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間