Поделиться через


Класс 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

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.