Udostępnij za pośrednictwem


Właściwość ServerProtocolCollection.Count

Pobiera numer ServerProtocol obiektów kolekcja odwołanie.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Wmi
Zestaw:  Microsoft.SqlServer.SqlWmiManagement (w Microsoft.SqlServer.SqlWmiManagement.dll)

Składnia

'Deklaracja
Public ReadOnly Property Count As Integer
    Get
'Użycie
Dim instance As ServerProtocolCollection
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

Wartość właściwości

Typ: System.Int32
Wartość int32, która określa liczbę ServerProtocol obiektów kolekcja odwołanie.

Implementacje

ICollection.Count