Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a new, full copy of the Kpi object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As Kpi
'Usage
Dim instance As Kpi
Dim returnValue As Kpi
returnValue = instance.Clone()
public Kpi Clone()
public:
Kpi^ Clone()
member Clone : unit -> Kpi
public function Clone() : Kpi
Rückgabewert
Typ: Microsoft.AnalysisServices.Kpi
A new, full copy of the Kpi object.