Compartilhar via


Classe TraceReplay

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

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Management.Trace..::..TraceReplay

Namespace:  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (em Microsoft.SqlServer.ConnectionInfoExtended.dll)

Sintaxe

'Declaração
<ComVisibleAttribute(False)> _
Public Class TraceReplay _
    Implements IDisposable
'Uso
Dim instance As TraceReplay
[ComVisibleAttribute(false)]
public class TraceReplay : IDisposable
[ComVisibleAttribute(false)]
public ref class TraceReplay : IDisposable
[<ComVisibleAttribute(false)>]
type TraceReplay =  
    class
        interface IDisposable
    end
public class TraceReplay implements IDisposable

O tipo TraceReplay expõe os membros a seguir.

Construtores

  Nome Descrição
Método público TraceReplay Initializes a new instance of the TraceReplay class.

Início

Propriedades

  Nome Descrição
Propriedade pública Connection Gets or sets the connection with an instance of SQL Server.
Propriedade pública Options Gets or sets the configuration options for replaying the trace.
Propriedade pública OutputFile Gets or sets the name of an optional file to which trace replay output is streamed.
Propriedade pública OutputTable Gets or sets the name of an optional table to which trace replay output is streamed.
Propriedade pública Source Gets or sets the TraceReader object that contains the trace to be replayed.

Início

Métodos

  Nome Descrição
Método público Dispose Deletes the trace information.
Método público Equals (Herdado de Object.)
Método protegido Finalize Completes the trace replay. (Substitui Object. . :: . .Finalize() () () ().)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público Pause Pauses the trace replay.
Método público Start Starts the trace replay.
Método público Stop Stops the trace replay.
Método público ToString (Herdado de Object.)

Início

Eventos

  Nome Descrição
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.

Início

Comentários

With the TraceReplay object you can:

  • Replay events a from a trace log file or trace table.

  • Modify trace data as it is replayed.

In addition to the Trace and Replay objects, the trace log file can be accessed manually with Referência do SQL Server Profiler or using a set of Transact-SQL stored procedures called Apresentando o Rastreamento SQL.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Exemplos

Readme_Tracer

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.