TraceReplay Miembros
The TraceReplay object is a Replay object that represents the replay operation for trace log files and trace tables.
El tipo TraceReplay expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
TraceReplay | Initializes a new instance of the TraceReplay class. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
Dispose | Deletes the trace information. | |
Equals | (Se hereda de Object). | |
Finalize | Completes the trace replay. (Invalida Object. . :: . .Finalize() () () ().) | |
GetHashCode | (Se hereda de Object). | |
GetType | (Se hereda de Object). | |
MemberwiseClone | (Se hereda de Object). | |
Pause | Pauses the trace replay. | |
Start | Starts the trace replay. | |
Stop | Stops the trace replay. | |
ToString | (Se hereda de Object). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Connection | Gets or sets the connection with an instance of 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. |
Principio
Eventos
Nombre | Descripción | |
---|---|---|
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. |
Principio