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