PerspectiveCalculation.CopyTo Method (PerspectiveCalculation)

 

Applies To: SQL Server 2016 Preview

Copies a PerspectiveCalculation object to the specified object.

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

Syntax

public PerspectiveCalculation CopyTo(
    PerspectiveCalculation obj
)
public:
PerspectiveCalculation^ CopyTo(
    PerspectiveCalculation^ obj
)
member CopyTo : 
        obj:PerspectiveCalculation -> PerspectiveCalculation
Public Function CopyTo (
    obj As PerspectiveCalculation
) As PerspectiveCalculation

Parameters

Return Value

Type: Microsoft.AnalysisServices.PerspectiveCalculation

The object copied to.

See Also

PerspectiveCalculation Class
Microsoft.AnalysisServices Namespace

Return to top