ITraceDataWriter.Write Method
Writes the SQL Trace.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Function Write As Boolean
'Usage
Dim instance As ITraceDataWriter
Dim returnValue As Boolean
returnValue = instance.Write()
bool Write()
bool Write()
abstract Write : unit -> bool
function Write() : boolean
Return Value
Type: System.Boolean
A Boolean value that specifies whether the write operation was successful.If True, the write operation succeeded;otherwise, False.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Trace Namespace