Udostępnij za pośrednictwem


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

Pobiera PerspectiveMeasure 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 PerspectiveMeasure
    Get
'Użycie
Dim instance As PerspectiveMeasureCollection
Dim index As Integer
Dim value As PerspectiveMeasure

value = instance(index)
public PerspectiveMeasure this[
    int index
] { get; }
public:
property PerspectiveMeasure^ default[int index] {
    PerspectiveMeasure^ get (int index);
}
member Item : PerspectiveMeasure
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.PerspectiveMeasure
PerspectiveMeasure 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].