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.

상속 계층

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

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

구문

‘선언
<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

TraceReader 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 TraceReader Initializes a new instance of the TraceReader class.

맨 위로 이동

속성

  이름 설명
공용 속성 Depth Gets the depth value for the trace reader.
공용 속성 FieldCount Gets the number of columns in the data.
공용 속성 IsClosed Gets the Boolean property value that specifies whether the trace reader is closed.
공용 속성 Item[Int32] Gets the column specified by the index position.
공용 속성 Item[String] Gets the column with the specified name.
공용 속성 RecordsAffected Gets the number of records of data.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Close Closes the trace reader.
공용 메서드 Dispose Deletes the trace reader information.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetBoolean Returns a Boolean value from the record at the specified column position.
공용 메서드 GetByte Returns a Byte value from the record at the specified column position.
공용 메서드 GetBytes Gets a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset.
공용 메서드 GetChar Gets a character value of the specified column.
공용 메서드 GetChars(Int32, array<Char[], Int32, Int32, Int32) Gets a character array value from the record at the specified column position.
공용 메서드 GetChars(Int32, Int64, array<Char[], Int32, Int32) Gets a character array value from the record at the specified column position.
공용 메서드 GetData Returns IDataReader object used when the field points to a remote data structure.
공용 메서드 GetDataTypeName Gets the data type of the data value at the specified column position.
공용 메서드 GetDateTime Gets a DateTime value of the data value at the specified column position.
공용 메서드 GetDecimal Gets a Decimal value of the data value at the specified column position.
공용 메서드 GetDouble Gets a floating point value of the data value at the specified column position.
공용 메서드 GetFieldType Returns the field type of the data value at the specified column position.
공용 메서드 GetFloat Gets a floating point value of the data value at the specified column position.
공용 메서드 GetGuid Gets a Guid system value of the data value at the specified column position.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetInt16 Gets a small integer value of the data value at the specified column position.
공용 메서드 GetInt32 Gets an integer value of the data value at the specified column position.
공용 메서드 GetInt64 Gets a long integer value of the data value at the specified column position.
공용 메서드 GetName Gets the name of the field at the specified column position.
공용 메서드 GetOrdinal Gets the ordinal value of the data value at the specified column position.
공용 메서드 GetSchemaTable Gets a table that describes the schema.
공용 메서드 GetStream Gets the stream of data.
공용 메서드 GetString Gets a String value at the specified column position.
공용 메서드 GetTimeSpan Gets a TimeSpan value of the data value at the specified column position.
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 GetValue Gets a value of the data value at the specified column position.
공용 메서드 GetValues Gets an array of values from the data value at the specified column position.
공용 메서드 IsDBNull Specifies whether the specified column is set to null.
공용 메서드 IsNull Gets a Boolean value that specifies whether value of the data at the specified column position is null.
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 NextResult Moves to the next result in the trace.
공용 메서드 Read Reads the trace record.
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 TranslateSubclass Translates the sub class.

맨 위로 이동

필드

  이름 설명
보호된 필드 currentRow Specifies the current row.

맨 위로 이동

주의

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의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

Using SQL Server Profiler

스레드 보안

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

참고 항목

참조

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

관련 자료

추적 플래그(Transact-SQL)

SQL Server Profiler 템플릿 및 권한