Compartir a través de


Clone Método

Creates a new, full copy of the PerspectiveAttribute object.

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

Sintaxis

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

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

Valor devuelto

Tipo: Microsoft.AnalysisServices. . :: . .PerspectiveAttribute
The cloned object.