ITraceDataWriter.Write Method

Definition

Writes the SQL Trace.

public:
 bool Write();
public bool Write ();
abstract member Write : unit -> bool
Public Function Write () As Boolean

Returns

A Boolean value that specifies whether the write operation was successful.

If True, the write operation succeeded;otherwise, False.

Examples

Readme_Tracer

Applies to