Share via


ConditionedSqlList.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 ConditionedSqlList 
Dim value As Integer 

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

プロパティ値

型: System.Int32
一覧にあるアイテムの数です。

関連項目

参照

ConditionedSqlList クラス

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