Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Parameter
- obj
Typ: Microsoft.AnalysisServices.PerspectiveMeasureGroup
The object you are copying to.
Rückgabewert
Typ: Microsoft.AnalysisServices.PerspectiveMeasureGroup
The object copied to.