Compartilhar via


Interface ITraceDataWriter

The ITraceDataWriter object provides programmatic access to the data writer for the SQL Trace.

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

Sintaxe

'Declaração
Public Interface ITraceDataWriter
'Uso
Dim instance As ITraceDataWriter
public interface ITraceDataWriter
public interface class ITraceDataWriter
type ITraceDataWriter =  interface end
public interface ITraceDataWriter

O tipo ITraceDataWriter expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Write Writes the SQL Trace.

Início

Eventos

  Nome Descrição
Evento público WriteNotify Raises a write notify event.

Início