IndexOf Método
Gets the index of a specified TableNotification.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function IndexOf ( _
item As TableNotification _
) As Integer
'Uso
Dim instance As TableNotificationCollection
Dim item As TableNotification
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
TableNotification item
)
public:
int IndexOf(
TableNotification^ item
)
member IndexOf :
item:TableNotification -> int
public function IndexOf(
item : TableNotification
) : int
Parámetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .TableNotification
The TableNotification to return.
Valor devuelto
Tipo: System. . :: . .Int32
The zero-based index of the TableNotification if the object is found; otherwise, -1.
Vea también