Właściwość ServerPropertyCollection.Item (Int32)
Pobiera ServerProperty pod określonym indeksem kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
index As Integer _
) As ServerProperty
Get
'Użycie
Dim instance As ServerPropertyCollection
Dim index As Integer
Dim value As ServerProperty
value = instance(index)
public ServerProperty this[
int index
] { get; }
public:
property ServerProperty^ default[int index] {
ServerProperty^ get (int index);
}
member Item : ServerProperty
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- index
Typ: System.Int32
Indeks od zera ServerProperty do zwrotu.
Wartość właściwości
Typ: Microsoft.AnalysisServices.ServerProperty
ServerProperty Pod określonym indeksem.
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentOutOfRangeException | indexjest mniejszy od zera. - lub - indexjest równa lub większa niż Count. |
Zobacz także