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

此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。但不保证所有实例成员都是线程安全的。

示例

Using SQL Server Profiler

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.Trace 命名空间

其他资源

跟踪标志 (Transact-SQL)

SQL Server Profiler 模板和权限