Udostępnij za pośrednictwem


DataCoverageDefinition.Clone Method

Definition

Creates a new, full copy of a DataCoverageDefinition object.

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

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