Clone-Methode
Creates a new full copy of an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As PerspectiveKpi
'Usage
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
Rückgabewert
Typ: Microsoft.AnalysisServices. . :: . .PerspectiveKpi
The cloned PerspectiveKpi object.