PerspectiveMeasureGroup.Clone Method ()

 

Applies To: SQL Server 2016 Preview

Creates a new full copy of an object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public PerspectiveMeasureGroup Clone()
public:
PerspectiveMeasureGroup^ Clone()
member Clone : unit -> PerspectiveMeasureGroup
Public Function Clone As PerspectiveMeasureGroup

Return Value

Type: Microsoft.AnalysisServices.PerspectiveMeasureGroup

The cloned object.

See Also

PerspectiveMeasureGroup Class
Microsoft.AnalysisServices Namespace

Return to top