Udostępnij za pośrednictwem


Właściwość PropertyCollection.Count

Pobiera numer właściwości w PropertyCollection obiektu.

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

Składnia

'Deklaracja
Public ReadOnly Property Count As Integer
    Get
'Użycie
Dim instance As PropertyCollection
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ść określająca liczbę właściwości kolekcja.

Implementacje

ICollection.Count