IncrementalProcessingNotificationCollection.IndexOf Method

Definition

Searches for the specified IncrementalProcessingNotification and returns its zero-based index within the collection.

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

Parameters

Returns

The zero-based index of the IncrementalProcessingNotification in the collection, if found; otherwise, -1.

Applies to