Właściwość PerspectiveActionCollection.Item (Int32)
Pobiera PerspectiveAction 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 PerspectiveAction
Get
'Użycie
Dim instance As PerspectiveActionCollection
Dim index As Integer
Dim value As PerspectiveAction
value = instance(index)
public PerspectiveAction this[
int index
] { get; }
public:
property PerspectiveAction^ default[int index] {
PerspectiveAction^ get (int index);
}
member Item : PerspectiveAction
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 PerspectiveAction do zwrotu.
Wartość właściwości
Typ: Microsoft.AnalysisServices.PerspectiveAction
A PerspectiveAction 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]. |
Zobacz także