Freigeben über


TraceEvent.Clone-Methode

Creates a copy of TraceEvent object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Clone As TraceEvent
'Usage
Dim instance As TraceEvent 
Dim returnValue As TraceEvent 

returnValue = instance.Clone()
public TraceEvent Clone()
public:
TraceEvent^ Clone()
member Clone : unit -> TraceEvent
public function Clone() : TraceEvent

Rückgabewert

Typ: Microsoft.AnalysisServices.TraceEvent
A new copy of the TraceEvent object.

Siehe auch

Verweis

TraceEvent Klasse

Microsoft.AnalysisServices-Namespace