Condividi tramite


Membri TraceReplay

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

Il tipo TraceReplay espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico TraceReplay Initializes a new instance of the TraceReplay class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Dispose Deletes the trace information.
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize Completes the trace replay. (Esegue l'override di Object. . :: . .Finalize() () () ().)
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico Pause Pauses the trace replay.
Metodo pubblico Start Starts the trace replay.
Metodo pubblico Stop Stops the trace replay.
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Connection Gets or sets the connection with an instance of SQL Server.
Proprietà pubblica Options Gets or sets the configuration options for replaying the trace.
Proprietà pubblica OutputFile Gets or sets the name of an optional file to which trace replay output is streamed.
Proprietà pubblica OutputTable Gets or sets the name of an optional table to which trace replay output is streamed.
Proprietà pubblica Source Gets or sets the TraceReader object that contains the trace to be replayed.

In alto

Eventi

  Nome Descrizione
Evento pubblico ReplayEvent Invokes the handler before an event is replayed.
Evento pubblico ReplayPause Invokes the handler before a replayed trace is paused.
Evento pubblico ReplayResultEvent Invokes the handler before a result is returned from a replayed event.
Evento pubblico ReplayStart Invokes the handler before a replayed trace is started.
Evento pubblico ReplayStop Invokes the handler before a replayed trace is stopped.

In alto