Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.