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

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

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

構文

'宣言
Public MustOverride ReadOnly Property Count As Integer 
    Get
'使用
Dim instance As SfcCollection 
Dim value As Integer 

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

プロパティ値

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

実装

ICollection<T>.Count
ICollection.Count

関連項目

参照

SfcCollection<T, K, ParentT> クラス

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