Share via


TraceReplay Members

Include Protected Members
Include Inherited Members

The TraceReplay object is a Replay object that represents the replay operation for trace log files and trace tables.

The TraceReplay type exposes the following members.

Constructors

  Name Description
Public method TraceReplay() Initializes a new instance of the TraceReplay class.

Top

Methods

  Name Description
Public method Dispose() Deletes the trace information.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() Completes the trace replay. (Overrides Object.Finalize().)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method Pause() Pauses the trace replay.
Public method Start() Starts the trace replay.
Public method Stop() Stops the trace replay.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Connection Gets or sets the connection with an instance of SQL Server.
Public property Options Gets or sets the configuration options for replaying the trace.
Public property OutputFile Gets or sets the name of an optional file to which trace replay output is streamed.
Public property OutputTable Gets or sets the name of an optional table to which trace replay output is streamed.
Public property Source Gets or sets the TraceReader object that contains the trace to be replayed.

Top

Events

  Name Description
Public event ReplayEvent Invokes the handler before an event is replayed.
Public event ReplayPause Invokes the handler before a replayed trace is paused.
Public event ReplayResultEvent Invokes the handler before a result is returned from a replayed event.
Public event ReplayStart Invokes the handler before a replayed trace is started.
Public event ReplayStop Invokes the handler before a replayed trace is stopped.

Top