Método TraceEvent.Clone
Creates a copy of TraceEvent object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Clone As TraceEvent
'Uso
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
Valor de retorno
Tipo: Microsoft.AnalysisServices.TraceEvent
A new copy of the TraceEvent object.