Share via


Perspective.Clone Method

Definition

Creates a new, full copy of a Perspective object.

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

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