IncrementalProcessingNotificationCollection.Insert Method

Definition

Inserts the specified IncrementalProcessingNotification to the collection at the specified index.

public void Insert (int index, Microsoft.AnalysisServices.IncrementalProcessingNotification item);
member this.Insert : int * Microsoft.AnalysisServices.IncrementalProcessingNotification -> unit
Public Sub Insert (index As Integer, item As IncrementalProcessingNotification)

Parameters

index
Int32

The zero-based index at which the IncrementalProcessingNotification is inserted.

Exceptions

The specified index is not a valid value (less than zero or bigger then the total number of elements).

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

The specified item already esists in the collection.

Applies to