Partilhar via


QueryNotificationCollection.IndexOf(QueryNotification) Método

Definição

Pesquisa o QueryNotification especificado e retorna seu índice de base zero na coleção.

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

Parâmetros

item
QueryNotification

O QueryNotification a ser localizado.

Retornos

O índice baseado em zero do QueryNotification na coleção, se encontrado; caso contrário, -1.

Aplica-se a