Share via


ObjectTranslation.Clone Method

Definition

Creates a new, full copy of a ObjectTranslation object.

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

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