Write méthode
Writes the SQL Trace.
Espace de noms : Microsoft.SqlServer.Management.Trace
Assembly : Microsoft.SqlServer.ConnectionInfoExtended (dans Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntaxe
'Déclaration
Function Write As Boolean
'Utilisation
Dim instance As ITraceDataWriter
Dim returnValue As Boolean
returnValue = instance.Write()
bool Write()
bool Write()
abstract Write : unit -> bool
function Write() : boolean
Valeur de retour
Type : System. . :: . .Boolean
A Boolean value that specifies whether the write operation was successful.
If True, the write operation succeeded;otherwise, False.