Share via


PerspectiveAction.CopyTo Method

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

Return Value

Type: Microsoft.AnalysisServices.PerspectiveAction
The destination object.

See Also

Reference

PerspectiveAction Class

Microsoft.AnalysisServices Namespace