TraceReplayOptions 類別
The TraceReplayOptions object is a Replay object that represents the configuration settings required when replaying a trace.
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Trace..::..TraceReplayOptions
命名空間: Microsoft.SqlServer.Management.Trace
組件: Microsoft.SqlServer.ConnectionInfoExtended (在 Microsoft.SqlServer.ConnectionInfoExtended.dll 中)
語法
'宣告
<ComVisibleAttribute(False)> _
Public Class TraceReplayOptions
'用途
Dim instance As TraceReplayOptions
[ComVisibleAttribute(false)]
public class TraceReplayOptions
[ComVisibleAttribute(false)]
public ref class TraceReplayOptions
[<ComVisibleAttribute(false)>]
type TraceReplayOptions = class end
public class TraceReplayOptions
TraceReplayOptions 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
BlockedProcessesEnabled | Gets or sets a value indicating whether the blocked processes monitor is enabled to search for blocked or blocking processes. |
![]() |
BlockedProcessesWaitInterval | Gets or sets the threshold, in seconds, at which blocked process reports are generated. |
![]() |
DisplayPerfEvent | Gets or sets a value indicating whether an additional event that reports execution time is displayed for each replayed event. |
![]() |
HealthMonitorPollInterval | Gets or sets the interval between checking for unused threads in seconds. |
![]() |
HealthMonitorWaitInterval | Gets or sets the maximum permitted lifetime of an unused thread. |
![]() |
KeepResults | Gets or sets the Boolean property value that specifies whether to keep the replay results. |
![]() |
Mode | Gets or sets whether the trace replay sequential or synchronized. |
![]() |
NumberOfReplayThreads | Gets or sets the number of threads used when replaying the trace. |
上層
方法
名稱 | 說明 | |
---|---|---|
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。