PerspectiveCalculation.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 PerspectiveCalculation Clone()
public:
PerspectiveCalculation^ Clone()
member Clone : unit -> PerspectiveCalculation
Public Function Clone As PerspectiveCalculation

Return Value

Type: Microsoft.AnalysisServices.PerspectiveCalculation

A new cloned object.

See Also

PerspectiveCalculation Class
Microsoft.AnalysisServices Namespace

Return to top