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


Элементы TraceReplay

The TraceReplay object is a Replay object that represents the replay operation for trace log files and trace tables.

Тип TraceReplay предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод TraceReplay Initializes a new instance of the TraceReplay class.

В начало

Методы

  Имя Описание
Открытый метод 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.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

События

  Имя Описание
Открытое событие 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.

В начало