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.