ITraceDataWriter Interface

Definition

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

public interface class ITraceDataWriter
public interface ITraceDataWriter
type ITraceDataWriter = interface
Public Interface ITraceDataWriter
Derived

Examples

Using SQL Server Profiler

Methods

Name Description
Write()

Writes the SQL Trace.

Events

Name Description
WriteNotify

Raises a write notify event.

Applies to