Compartir a través de


ActionCollection.IndexOf Método (Action)

Gets the index of a specified Action.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function IndexOf ( _
    item As Action _
) As Integer
'Uso
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

Parámetros

Valor devuelto

Tipo: System.Int32
The zero-based index of the Action if the object is found; otherwise, -1.

Vea también

Referencia

ActionCollection Clase

Sobrecarga de IndexOf

Espacio de nombres Microsoft.AnalysisServices