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

구현

IDataReader.Read()

Readme_Tracer

참고 항목

참조

TraceReader 클래스

Microsoft.SqlServer.Management.Trace 네임스페이스

관련 자료

추적 플래그(Transact-SQL)

SQL Server Profiler 템플릿 및 권한