Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.