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