Udostępnij przez


Właściwość RegisteredServerCollection.Count

Pobiera numer RegisteredServer obiektów kolekcja.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Zestaw:  Microsoft.SqlServer.SmoExtended (w Microsoft.SqlServer.SmoExtended.dll)

Składnia

'Deklaracja
Public ReadOnly Property Count As Integer
    Get
'Użycie
Dim instance As RegisteredServerCollection
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
Int32 Wartość, która określa liczbę RegisteredServer obiektów kolekcja.

Implementacje

ICollection.Count