ITraceDataWriter.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

请参阅

参考

ITraceDataWriter 接口

Microsoft.SqlServer.Management.Trace 命名空间

其他资源

跟踪标志 (Transact-SQL)

SQL Server Profiler 模板和权限