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 Trace.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As Trace
'Usage
Dim instance As Trace
Dim returnValue As Trace
returnValue = instance.Clone()
public Trace Clone()
public:
Trace^ Clone()
member Clone : unit -> Trace
public function Clone() : Trace
Return Value
Type: Microsoft.AnalysisServices.Trace
The cloned object.