IncrementalProcessingNotificationCollection.Add Method

Definition

Adds the specified IncrementalProcessingNotification to the end of the collection.

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

Parameters

Returns

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