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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.