Compartir a través de


TraceReplay Miembros

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

El tipo TraceReplay expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico TraceReplay Initializes a new instance of the TraceReplay class.

Principio

Métodos

  Nombre Descripción
Método publico Dispose Deletes the trace information.
Método publico Equals (Se hereda de Object).
Método protegido Finalize Completes the trace replay. (Invalida Object. . :: . .Finalize() () () ().)
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Pause Pauses the trace replay.
Método publico Start Starts the trace replay.
Método publico Stop Stops the trace replay.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Connection Gets or sets the connection with an instance of SQL Server.
Propiedad pública Options Gets or sets the configuration options for replaying the trace.
Propiedad pública OutputFile Gets or sets the name of an optional file to which trace replay output is streamed.
Propiedad pública OutputTable Gets or sets the name of an optional table to which trace replay output is streamed.
Propiedad pública Source Gets or sets the TraceReader object that contains the trace to be replayed.

Principio

Eventos

  Nombre Descripción
Evento público ReplayEvent Invokes the handler before an event is replayed.
Evento público ReplayPause Invokes the handler before a replayed trace is paused.
Evento público ReplayResultEvent Invokes the handler before a result is returned from a replayed event.
Evento público ReplayStart Invokes the handler before a replayed trace is started.
Evento público ReplayStop Invokes the handler before a replayed trace is stopped.

Principio