CopyTo-Methode (PerspectiveCalculation)
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
Parameter
- obj
Typ: Microsoft.AnalysisServices. . :: . .PerspectiveCalculation
The object you are copying to.
Rückgabewert
Typ: Microsoft.AnalysisServices. . :: . .PerspectiveCalculation
The object copied to.
Siehe auch