Método Clone
Creates a new full copy of an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Clone As PerspectiveCalculation
'Uso
Dim instance As PerspectiveCalculation
Dim returnValue As PerspectiveCalculation
returnValue = instance.Clone()
public PerspectiveCalculation Clone()
public:
PerspectiveCalculation^ Clone()
member Clone : unit -> PerspectiveCalculation
public function Clone() : PerspectiveCalculation
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .PerspectiveCalculation
A new cloned object.