Metoda PerspectiveActionCollection.IndexOf (PerspectiveAction)
Pobiera indeks określonego PerspectiveAction.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function IndexOf ( _
item As PerspectiveAction _
) As Integer
'Użycie
Dim instance As PerspectiveActionCollection
Dim item As PerspectiveAction
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
PerspectiveAction item
)
public:
int IndexOf(
PerspectiveAction^ item
)
member IndexOf :
item:PerspectiveAction -> int
public function IndexOf(
item : PerspectiveAction
) : int
Parametry
- item
Typ: Microsoft.AnalysisServices.PerspectiveAction
PerspectiveAction Do zwrotu.
Wartość zwracana
Typ: System.Int32
Indeksu z PerspectiveAction , jeśli obiekt znajduje się; w przeciwnym razie -1.
Zobacz także