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 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 TraceReplayOptions Initializes a new instance of the TraceReplayOptions class.

맨 위로 이동

속성

  이름 설명
공용 속성 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에서 상속됨)

맨 위로 이동

Using SQL Server Profiler

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.Trace 네임스페이스

관련 자료

추적 플래그(Transact-SQL)

SQL Server Profiler 템플릿 및 권한