Udostępnij za pośrednictwem


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

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

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