Właściwość ISfcCollection.Count
Pobiera numer elementy zawarte kolekcja.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
ReadOnly Property Count As Integer
Get
'Użycie
Dim instance As ISfcCollection
Dim value As Integer
value = instance.Count
int Count { get; }
property int Count {
int get ();
}
abstract Count : int
function get Count () : int
Wartość właściwości
Typ: System.Int32
Liczba elementów kolekcja.
Zobacz także