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.