Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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