次の方法で共有


SfcCollection<T, K, ParentT>.ISfcCollection.Count プロパティ

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

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

構文

'宣言
Private ReadOnly Property Count As Integer 
    Implements ISfcCollection.Count 
    Get
'使用
Dim instance As SfcCollection 
Dim value As Integer 

value = CType(instance, ISfcCollection).Count
int ISfcCollection.Count { get; }
private:
virtual property int Count {
    int get () sealed = ISfcCollection::Count::get;
}
private abstract Count : int 
private override Count : int
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

プロパティ値

型: System.Int32
コレクションに含まれているアイテムの数を取得します。

実装

ISfcCollection.Count

関連項目

参照

SfcCollection<T, K, ParentT> クラス

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