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

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Public Overrides ReadOnly Property Count As Integer 
    Get
'使用
Dim instance As SfcDictionaryCollection 
Dim value As Integer 

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

プロパティ値

型: System.Int32
一覧内のオブジェクトの整数値です。

実装

ICollection<T>.Count
ICollection.Count

関連項目

参照

SfcDictionaryCollection<T, K, ParentT> クラス

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