Udostępnij za pośrednictwem


Właściwość SfcCollatedDictionaryCollection<T, K, ParentT>.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
Public Overrides ReadOnly Property Count As Integer
    Get
'Użycie
Dim instance As SfcCollatedDictionaryCollection
Dim value As Integer

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

Wartość właściwości

Typ: System.Int32
Liczba elementów kolekcja.

Implementacje

ICollection<T>.Count
ICollection.Count