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