Udostępnij za pośrednictwem


Właściwość AggregationCollection.Item (Int32)

Pobiera Aggregation, pod określonym indeksem z kolekcja.

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

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Aggregation
    Get
'Użycie
Dim instance As AggregationCollection
Dim index As Integer
Dim value As Aggregation

value = instance(index)
public Aggregation this[
    int index
] { get; }
public:
property Aggregation^ default[int index] {
    Aggregation^ get (int index);
}
member Item : Aggregation
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.AnalysisServices.Aggregation
Aggregation Pod określonym indeksem.

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

indexjest mniejszy od zera.

- lub -

indexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].