Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Copies the content of the object to another object (the destination).
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As PerspectiveDimension _
) As PerspectiveDimension
'Usage
Dim instance As PerspectiveDimension
Dim obj As PerspectiveDimension
Dim returnValue As PerspectiveDimension
returnValue = instance.CopyTo(obj)
public PerspectiveDimension CopyTo(
PerspectiveDimension obj
)
public:
PerspectiveDimension^ CopyTo(
PerspectiveDimension^ obj
)
member CopyTo :
obj:PerspectiveDimension -> PerspectiveDimension
public function CopyTo(
obj : PerspectiveDimension
) : PerspectiveDimension
Parameters
- obj
Type: Microsoft.AnalysisServices.PerspectiveDimension
The destination object to copy to.
Return Value
Type: Microsoft.AnalysisServices.PerspectiveDimension
The destination object.