Share via


PerspectiveAction.Clone Method

Creates a new, full copy of a PerspectiveAction object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Clone As PerspectiveAction
'Usage
Dim instance As PerspectiveAction 
Dim returnValue As PerspectiveAction 

returnValue = instance.Clone()
public PerspectiveAction Clone()
public:
PerspectiveAction^ Clone()
member Clone : unit -> PerspectiveAction
public function Clone() : PerspectiveAction

Return Value

Type: Microsoft.AnalysisServices.PerspectiveAction
A cloned object.

See Also

Reference

PerspectiveAction Class

Microsoft.AnalysisServices Namespace