Compartir a través de


QueryNotificationCollection.Add(QueryNotification) Método

Definición

Agrega el objeto QueryNotification especificado al final de la colección.

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

Parámetros

item
QueryNotification

QueryNotification que se va a agregar.

Devoluciones

Índice de base cero en el que se ha agregado QueryNotification a la colección.

Excepciones

El elemento especificado es una referencia null (Nothing en Visual Basic).

El elemento especificado ya existe en la colección.

Se aplica a