TraceReplay 成員
The TraceReplay object is a Replay object that represents the replay operation for trace log files and trace tables.
TraceReplay 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
Dispose | Deletes the trace information. | |
Equals | (繼承自 Object。) | |
Finalize | Completes the trace replay. (覆寫 Object. . :: . .Finalize() () () ()。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
Pause | Pauses the trace replay. | |
Start | Starts the trace replay. | |
Stop | Stops the trace replay. | |
ToString | (繼承自 Object。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
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. |
頂端
事件
名稱 | 描述 | |
---|---|---|
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. |
頂端