Column.Clone Method

Definition

Creates a new, full copy of a Column object.

public Microsoft.AnalysisServices.Tabular.Column Clone ();
member this.Clone : unit -> Microsoft.AnalysisServices.Tabular.Column
Public Function Clone () As Column

Returns

Remarks

Clone() creates a deep clone of the original object, including all descendant objects. Any reference to the object outside of the original object's subtree will be preserved as-is. For example, if you clone SingleColumnRelationship, then the FromColumn property of the cloned relationship object will point to the same column as the original relationship object.

Applies to