Udostępnij za pośrednictwem


Właściwość ServerPropertyCollection.Count

Pobiera numer ServerProperty obiektów kolekcja.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public ReadOnly Property Count As Integer
    Get
'Użycie
Dim instance As ServerPropertyCollection
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
Liczba ServerProperty obiektów kolekcja.

Implementacje

ICollection.Count