Read 메서드
Reads the trace record.
네임스페이스: Microsoft.SqlServer.Management.Trace
어셈블리: Microsoft.SqlServer.ConnectionInfoExtended(Microsoft.SqlServer.ConnectionInfoExtended.dll)
구문
‘선언
Public Function Read As Boolean
‘사용 방법
Dim instance As TraceReader
Dim returnValue As Boolean
returnValue = instance.Read()
public bool Read()
public:
virtual bool Read() sealed
abstract Read : unit -> bool
override Read : unit -> bool
public final function Read() : boolean
반환 값
유형: System. . :: . .Boolean
A Boolean value that specifies whether the method succeeded in reading the trace record.
If True, the trace was read successfully.
If False, the trace was not read.