Command.CopyTo(Command) Method

Definition

Copies the content of this object to another object (the destination).

public Microsoft.AnalysisServices.Command CopyTo (Microsoft.AnalysisServices.Command obj);
member this.CopyTo : Microsoft.AnalysisServices.Command -> Microsoft.AnalysisServices.Command
Public Function CopyTo (obj As Command) As Command

Parameters

obj
Command

The destination object to copy to.

Returns

The destination object.

Applies to