IncrementalProcessingNotificationCollection.Contains Method

Definition

Determines whether the specified IncrementalProcessingNotification exists in the collection.

public bool Contains (Microsoft.AnalysisServices.IncrementalProcessingNotification item);
member this.Contains : Microsoft.AnalysisServices.IncrementalProcessingNotification -> bool
Public Function Contains (item As IncrementalProcessingNotification) As Boolean

Parameters

Returns

True, if the specified IncrementalProcessingNotification is found in the collection; otherwise, false.

Applies to