共用方式為


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.

TraceReader 型別公開下列成員。

建構函式

  名稱 描述
公用方法 TraceReader Initializes a new instance of the TraceReader class.

頂端

方法

  名稱 描述
公用方法 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.

頂端

屬性

  名稱 描述
公用屬性 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.

頂端