CommandCollection.Remove(Command) Method

Definition

Removes the specified Command from this collection.

public void Remove (Microsoft.AnalysisServices.Command item);
member this.Remove : Microsoft.AnalysisServices.Command -> unit
Public Sub Remove (item As Command)

Parameters

item
Command

The Command to remove.

Applies to