Count プロパティ
コレクション内の要素の数を取得します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
ReadOnly Property Count As Integer
Get
'使用
Dim instance As IMetadataCollection
Dim value As Integer
value = instance.Count
int Count { get; }
property int Count {
int get ();
}
abstract Count : int
function get Count () : int
プロパティ値
型: System. . :: . .Int32
コレクション内の要素の数です。