Condividi tramite


QueryNotificationCollection.IndexOf(QueryNotification) Metodo

Definizione

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

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

Parametri

item
QueryNotification

La classe QueryNotification da individuare.

Restituisce

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

Si applica a