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

Write()

Writes the SQL Trace.

Events

WriteNotify

Raises a write notify event.

Applies to