QueryNotificationCollection.Add(QueryNotification) Method

Definition

Adds the specified QueryNotification to the end of the collection.

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

Parameters

item
QueryNotification

The QueryNotification to be added.

Returns

The zero-based index at which the QueryNotification has been added to the collection.

Exceptions

The specified item is a null reference (Nothing in Visual Basic).

The specified item already esists in the collection.

Applies to