TraceReplay Members
The TraceReplay object is a Replay object that represents the replay operation for trace log files and trace tables.
The following tables list the members exposed by the TraceReplay type.
Public Constructors
Name | Description | |
---|---|---|
TraceReplay | Initializes a new instance of the TraceReplay class. |
Top
Public Properties
Name | Description | |
---|---|---|
Connection | Gets or sets the connection with an instance of Microsoft SQL Server. | |
Options | Gets or sets the configuration options for replaying the trace. | |
OutputFile | Gets or sets the name of an optional file to which trace replay output is streamed. | |
OutputTable | Gets or sets the name of an optional table to which trace replay output is streamed. | |
Source | Gets or sets the TraceReader object that contains the trace to be replayed. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | Deletes the trace information. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
Pause | Pauses the trace replay. | |
ReferenceEquals | (inherited from Object ) | |
Start | Starts the trace replay. | |
Stop | Stops the trace replay. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Overridden. Completes the trace replay. | |
MemberwiseClone | (inherited from Object ) |
Top
Public Events
Name | Description | |
---|---|---|
ReplayEvent | Invokes the handler before an event is replayed. | |
ReplayPause | Invokes the handler before a replayed trace is paused. | |
ReplayResultEvent | Invokes the handler before a result is returned from a replayed event. | |
ReplayStart | Invokes the handler before a replayed trace is started. | |
ReplayStop | Invokes the handler before a replayed trace is stopped. |
Top
See Also
Reference
TraceReplay Class
Microsoft.SqlServer.Management.Trace Namespace