CommandCollection.Contains(Command) Method

Definition

Determines whether the specified Command exists in the collection.

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

Parameters

item
Command

The Command whose existence is checked.

Returns

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

Applies to