ITraceDataWriter.Write Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.