Share via


CalculationItem.Clone Method

Definition

Creates a new, full copy of a CalculationItem object.

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

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