Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Copies the content of this object to another object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As PerspectiveHierarchy _
) As PerspectiveHierarchy
'Usage
Dim instance As PerspectiveHierarchy
Dim obj As PerspectiveHierarchy
Dim returnValue As PerspectiveHierarchy
returnValue = instance.CopyTo(obj)
public PerspectiveHierarchy CopyTo(
PerspectiveHierarchy obj
)
public:
PerspectiveHierarchy^ CopyTo(
PerspectiveHierarchy^ obj
)
member CopyTo :
obj:PerspectiveHierarchy -> PerspectiveHierarchy
public function CopyTo(
obj : PerspectiveHierarchy
) : PerspectiveHierarchy
Parameters
- obj
Type: Microsoft.AnalysisServices.PerspectiveHierarchy
The destination object to copy to.
Return Value
Type: Microsoft.AnalysisServices.PerspectiveHierarchy
The destination object.