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 | |
---|---|---|
Write | Writes the SQL Trace. |
Início
Eventos
Nome | Descrição | |
---|---|---|
WriteNotify | Raises a write notify event. |
Início
Exemplos
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Trace