Freigeben über


TraceReplay-Member

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

Der TraceReplay-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode TraceReplay Initializes a new instance of the TraceReplay class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Dispose Deletes the trace information.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize Completes the trace replay. (Überschreibt Object. . :: . .Finalize() () () ().)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Pause Pauses the trace replay.
Öffentliche Methode Start Starts the trace replay.
Öffentliche Methode Stop Stops the trace replay.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Connection Gets or sets the connection with an instance of SQL Server.
Öffentliche Eigenschaft Options Gets or sets the configuration options for replaying the trace.
Öffentliche Eigenschaft OutputFile Gets or sets the name of an optional file to which trace replay output is streamed.
Öffentliche Eigenschaft OutputTable Gets or sets the name of an optional table to which trace replay output is streamed.
Öffentliche Eigenschaft Source Gets or sets the TraceReader object that contains the trace to be replayed.

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis ReplayEvent Invokes the handler before an event is replayed.
Öffentliches Ereignis ReplayPause Invokes the handler before a replayed trace is paused.
Öffentliches Ereignis ReplayResultEvent Invokes the handler before a result is returned from a replayed event.
Öffentliches Ereignis ReplayStart Invokes the handler before a replayed trace is started.
Öffentliches Ereignis ReplayStop Invokes the handler before a replayed trace is stopped.

Zum Anfang