Método Clone
Creates a new, full copy of the PerspectiveAttribute object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: Microsoft.AnalysisServices. . :: . .PerspectiveAttribute
The cloned object.