Поделиться через


Метод Write

Writes the SQL Trace.

Пространство имен:  Microsoft.SqlServer.Management.Trace
Сборка:  Microsoft.SqlServer.ConnectionInfoExtended (в Microsoft.SqlServer.ConnectionInfoExtended.dll)

Синтаксис

'Декларация
Function Write As Boolean
'Применение
Dim instance As ITraceDataWriter
Dim returnValue As Boolean

returnValue = instance.Write()
bool Write()
bool Write()
abstract Write : unit -> bool 
function Write() : boolean

Возвращаемое значение

Тип: System. . :: . .Boolean
A Boolean value that specifies whether the write operation was successful.
If True, the write operation succeeded;otherwise, False.

Примеры

Readme_Tracer