TraceEvent.Clone Method
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
Return Value
Type: Microsoft.AnalysisServices.TraceEvent
A new copy of the TraceEvent object.