MdxScript.CopyTo(MdxScript) Method

Definition

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

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

Parameters

obj
MdxScript

The destination object to copy to.

Returns

The destination object.

Applies to