Condividi tramite


TableNotificationCollection.IndexOf(TableNotification) Metodo

Definizione

Cerca l'oggetto TableNotification specificato e restituisce il relativo indice in base zero nella raccolta.

public int IndexOf (Microsoft.AnalysisServices.TableNotification item);
member this.IndexOf : Microsoft.AnalysisServices.TableNotification -> int
Public Function IndexOf (item As TableNotification) As Integer

Parametri

item
TableNotification

La classe TableNotification da individuare.

Restituisce

Indice in base zero dell'elemento TableNotification nella raccolta, se trovato; in caso contrario, -1.

Si applica a