ReplayEventArgs 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 ReplayEventArgs object provides programmatic access to the arguments used to report events that occur when replaying trace on an instance of SQL Server.
public ref class ReplayEventArgs : Microsoft::SqlServer::Management::Trace::TraceEventArgs
public class ReplayEventArgs : Microsoft.SqlServer.Management.Trace.TraceEventArgs
type ReplayEventArgs = class
inherit TraceEventArgs
Public Class ReplayEventArgs
Inherits TraceEventArgs
- Inheritance
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. (Inherited from TraceEventArgs) |
RecordNumber |
Gets the record number from the data that is generated by the event. |
SkipRecord |
Gets the Boolean value that specifies whether the current record is traced or skipped. (Inherited from TraceEventArgs) |