共用方式為


TraceReplay 類別

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

繼承階層

System. . :: . .Object
  Microsoft.SqlServer.Management.Trace..::..TraceReplay

命名空間:  Microsoft.SqlServer.Management.Trace
組件:  Microsoft.SqlServer.ConnectionInfoExtended (在 Microsoft.SqlServer.ConnectionInfoExtended.dll 中)

語法

'宣告
<ComVisibleAttribute(False)> _
Public Class TraceReplay _
    Implements IDisposable
'用途
Dim instance As TraceReplay
[ComVisibleAttribute(false)]
public class TraceReplay : IDisposable
[ComVisibleAttribute(false)]
public ref class TraceReplay : IDisposable
[<ComVisibleAttribute(false)>]
type TraceReplay =  
    class
        interface IDisposable
    end
public class TraceReplay implements IDisposable

TraceReplay 型別公開下列成員。

建構函式

  名稱 說明
公用方法 TraceReplay Initializes a new instance of the TraceReplay class.

上層

屬性

  名稱 說明
公用屬性 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.

上層

方法

  名稱 說明
公用方法 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。)

上層

事件

  名稱 說明
公用事件 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.

上層

備註

With the TraceReplay object you can:

  • Replay events a from a trace log file or trace table.

  • Modify trace data as it is replayed.

In addition to the Trace and Replay objects, the trace log file can be accessed manually with SQL Server Profiler 參考 or using a set of Transact-SQL stored procedures called SQL 追蹤簡介.

Thread Safety

此型別的任何公用靜態 (在 Microsoft Visual Basic 為共用) 成員具備多執行緒作業安全。不保證所有執行個體成員都是安全執行緒。

範例

Readme_Tracer

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。