Udostępnij za pośrednictwem


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

Pobiera określony AggregationInstanceMeasure obiekt z kolekcja w indeksie.

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

Składnia

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

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

Parametry

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

Może pojawić się jeden z następujących komunikatów o błędach:

indexjest mniejszy od zera.

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