PerspectiveMeasureGroup.CopyTo Method (PerspectiveMeasureGroup)
Copies a PerspectiveMeasureGroup object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As PerspectiveMeasureGroup _
) As PerspectiveMeasureGroup
'Usage
Dim instance As PerspectiveMeasureGroup
Dim obj As PerspectiveMeasureGroup
Dim returnValue As PerspectiveMeasureGroup
returnValue = instance.CopyTo(obj)
public PerspectiveMeasureGroup CopyTo(
PerspectiveMeasureGroup obj
)
public:
PerspectiveMeasureGroup^ CopyTo(
PerspectiveMeasureGroup^ obj
)
member CopyTo :
obj:PerspectiveMeasureGroup -> PerspectiveMeasureGroup
public function CopyTo(
obj : PerspectiveMeasureGroup
) : PerspectiveMeasureGroup
Parameters
- obj
Type: Microsoft.AnalysisServices.PerspectiveMeasureGroup
The object you are copying to.
Return Value
Type: Microsoft.AnalysisServices.PerspectiveMeasureGroup
The object copied to.