共用方式為


TraceReplay 成員

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

TraceReplay 型別公開下列成員。

建構函式

  名稱 描述
公用方法 TraceReplay Initializes a new instance of the TraceReplay class.

頂端

方法

  名稱 描述
公用方法 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.

頂端