PerspectiveHierarchy.Clone Method ()

 

Applies To: SQL Server 2016 Preview

Returns a clone of the object.

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

Syntax

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

Return Value

Type: Microsoft.AnalysisServices.PerspectiveHierarchy

The clone.

See Also

PerspectiveHierarchy Class
Microsoft.AnalysisServices Namespace

Return to top