Compartilhar via


Método TableNotificationCollection.IndexOf

Gets the index of a specified TableNotification.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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

Valor de retorno

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

Consulte também

Referência

TableNotificationCollection Classe

Namespace Microsoft.AnalysisServices