Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 PerspectiveAction _
) As PerspectiveAction
'Usage
Dim instance As PerspectiveAction
Dim obj As PerspectiveAction
Dim returnValue As PerspectiveAction
returnValue = instance.CopyTo(obj)
public PerspectiveAction CopyTo(
PerspectiveAction obj
)
public:
PerspectiveAction^ CopyTo(
PerspectiveAction^ obj
)
member CopyTo :
obj:PerspectiveAction -> PerspectiveAction
public function CopyTo(
obj : PerspectiveAction
) : PerspectiveAction
Parameters
- obj
Type: Microsoft.AnalysisServices.PerspectiveAction
The destination object to copy to.
Return Value
Type: Microsoft.AnalysisServices.PerspectiveAction
The destination object.