Partager via


Interface ITraceDataWriter

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

Espace de noms :  Microsoft.SqlServer.Management.Trace
Assembly :  Microsoft.SqlServer.ConnectionInfoExtended (en Microsoft.SqlServer.ConnectionInfoExtended.dll)

Syntaxe

'Déclaration
Public Interface ITraceDataWriter
'Utilisation
Dim instance As ITraceDataWriter
public interface ITraceDataWriter
public interface class ITraceDataWriter
type ITraceDataWriter =  interface end
public interface ITraceDataWriter

Le type ITraceDataWriter expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Write Writes the SQL Trace.

Haut de la page

Événements

  Nom Description
Événement public WriteNotify Raises a write notify event.

Haut de la page