ITraceDataWriter Interface
The ITraceDataWriter object provides programmatic access to the data writer for the SQL Trace.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Interface ITraceDataWriter
'Usage
Dim instance As ITraceDataWriter
public interface ITraceDataWriter
public interface class ITraceDataWriter
type ITraceDataWriter = interface end
public interface ITraceDataWriter
The ITraceDataWriter type exposes the following members.
See Also