Freigeben über


PerspectiveAction.Clone-Methode

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

Rückgabewert

Typ: Microsoft.AnalysisServices.PerspectiveAction
A cloned object.

Siehe auch

Verweis

PerspectiveAction Klasse

Microsoft.AnalysisServices-Namespace