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 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
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 為共用) 成員具備多執行緒作業安全。不保證所有執行個體成員都是安全執行緒。
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。