TraceEvent.CopyTo(TraceEvent) Method

Definition

Copies the content of this object to another object (the destination).

public Microsoft.AnalysisServices.TraceEvent CopyTo (Microsoft.AnalysisServices.TraceEvent obj);
member this.CopyTo : Microsoft.AnalysisServices.TraceEvent -> Microsoft.AnalysisServices.TraceEvent
Public Function CopyTo (obj As TraceEvent) As TraceEvent

Parameters

obj
TraceEvent

The destination object to copy to.

Returns

The destination object.

Applies to