Compartir a través de


Clone Método

Creates and returns an instance of a Perspective class based on the current perspective.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Clone As Perspective
'Uso
Dim instance As Perspective
Dim returnValue As Perspective

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