Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Return Value
Type: Microsoft.AnalysisServices.Kpi
A new, full copy of the Kpi object.