다음을 통해 공유


TraceReader 클래스

The TraceReader class is an abstract Trace Object class that is used in the construction of the TraceServer class, the TraceTable class, and the TraceFile class.

네임스페이스:  Microsoft.SqlServer.Management.Trace
어셈블리:  Microsoft.SqlServer.ConnectionInfoExtended.dll의 Microsoft.SqlServer.ConnectionInfoExtended

구문

‘선언
<ComVisibleAttribute(False)> _
Public Class TraceReader _
    Implements IDataReader, IDisposable, IDataRecord
‘사용 방법
Dim instance As TraceReader
[ComVisibleAttribute(false)]
public class TraceReader : IDataReader, 
    IDisposable, IDataRecord
[ComVisibleAttribute(false)]
public ref class TraceReader : IDataReader, 
    IDisposable, IDataRecord
[<ComVisibleAttribute(false)>]
type TraceReader =  
    class
        interface IDataReader
        interface IDisposable
        interface IDataRecord
    end
public class TraceReader implements IDataReader, IDisposable, IDataRecord

주의

The TraceReader class provides trace data reading functionality and access to data that is common to both the TraceServer class, the TraceTable class, and the TraceFile class.

The trace data reading functionality is also available on the TraceReaderWriter class, which is derived from the TraceReader class and is used in the construction of the TraceTable class and TraceFile class.

Thread Safety

이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

상속 계층 구조

System. . :: . .Object
  Microsoft.SqlServer.Management.Trace..::..TraceReader
    Microsoft.SqlServer.Management.Trace. . :: . .TraceReaderWriter
    Microsoft.SqlServer.Management.Trace. . :: . .TraceServer

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.