次の方法で共有


SfcPropertyCollection.Count プロパティ

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

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

構文

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

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

プロパティ値

型: System.Int32
コレクション内のオブジェクトの整数値です。

実装

ICollection.Count

関連項目

参照

SfcPropertyCollection クラス

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