TraceEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |