TraceEventArgs Class

Definition

The TraceEventArgs object provides programmatic access to the arguments used to report events that occur when collecting trace from an instance of SQL Server.

public ref class TraceEventArgs : EventArgs
public class TraceEventArgs : EventArgs
type TraceEventArgs = class
    inherit EventArgs
Public Class TraceEventArgs
Inherits EventArgs
Inheritance
TraceEventArgs
Derived

Remarks

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Properties

CurrentRecord

Gets the current record in the trace.

SkipRecord

Gets the Boolean value that specifies whether the current record is traced or skipped.

Applies to