Método PerspectiveKpi.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 PerspectiveKpi
'Uso
Dim instance As PerspectiveKpi
Dim returnValue As PerspectiveKpi
returnValue = instance.Clone()
public PerspectiveKpi Clone()
public:
PerspectiveKpi^ Clone()
member Clone : unit -> PerspectiveKpi
public function Clone() : PerspectiveKpi
Valor de retorno
Tipo: Microsoft.AnalysisServices.PerspectiveKpi
The cloned PerspectiveKpi object.