Metodo IndexOf

Gets the index of a specified TableNotification.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function IndexOf ( _
    item As TableNotification _
) As Integer
'Utilizzo
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

Valore restituito

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