PerspectiveMeasureGroup.CopyTo Method (PerspectiveMeasureGroup)

 

Applies To: SQL Server 2016 Preview

Copies a PerspectiveMeasureGroup object to the specified object.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.AnalysisServices.PerspectiveMeasureGroup

The object copied to.

See Also

PerspectiveMeasureGroup Class
Microsoft.AnalysisServices Namespace

Return to top