TableNotificationCollection.Add(TableNotification) Method

Definition

Adds the specified TableNotification to the end of the collection.

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

Parameters

item
TableNotification

The TableNotification to be added.

Returns

The zero-based index at which the TableNotification 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