共用方式為


TraceReaderWriter 成員

The TraceReaderWriter class is an abstract Trace Objects class that is used in the construction of the TraceTable class and the TraceFile class.

TraceReaderWriter 型別公開下列成員。

建構函式

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

頂端

方法

  名稱 描述
公用方法 Close Closes the trace reader and writer. (覆寫 TraceReader. . :: . .Close() () () ()。)
公用方法 Dispose Deletes the trace reader information. (繼承自 TraceReader。)
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetBoolean Returns a Boolean value from the record at the specified column position. (繼承自 TraceReader。)
公用方法 GetByte Returns a Byte value from the record at the specified column position. (繼承自 TraceReader。)
公用方法 GetBytes Gets a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. (繼承自 TraceReader。)
公用方法 GetChar Gets a character value of the specified column. (繼承自 TraceReader。)
公用方法 GetChars(Int32, array<Char> [] () [] [], Int32, Int32, Int32) Gets a character array value from the record at the specified column position. (繼承自 TraceReader。)
公用方法 GetChars(Int32, Int64, array<Char> [] () [] [], Int32, Int32) Gets a character array value from the record at the specified column position. (繼承自 TraceReader。)
公用方法 GetData Returns IDataReader object used when the field points to a remote data structure. (繼承自 TraceReader。)
公用方法 GetDataTypeName Gets the data type of the data value at the specified column position. (繼承自 TraceReader。)
公用方法 GetDateTime Gets a DateTime value of the data value at the specified column position. (繼承自 TraceReader。)
公用方法 GetDecimal Gets a Decimal value of the data value at the specified column position. (繼承自 TraceReader。)
公用方法 GetDouble Gets a floating point value of the data value at the specified column position. (繼承自 TraceReader。)
公用方法 GetFieldType Returns the field type of the data value at the specified column position. (繼承自 TraceReader。)
公用方法 GetFloat Gets a floating point value of the data value at the specified column position. (繼承自 TraceReader。)
公用方法 GetGuid Gets a Guid system value of the data value at the specified column position. (繼承自 TraceReader。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetInt16 Gets a small integer value of the data value at the specified column position. (繼承自 TraceReader。)
公用方法 GetInt32 Gets an integer value of the data value at the specified column position. (繼承自 TraceReader。)
公用方法 GetInt64 Gets a long integer value of the data value at the specified column position. (繼承自 TraceReader。)
公用方法 GetName Gets the name of the field at the specified column position. (繼承自 TraceReader。)
公用方法 GetOrdinal Gets the ordinal value of the data value at the specified column position. (繼承自 TraceReader。)
公用方法 GetSchemaTable Gets a table that describes the schema. (繼承自 TraceReader。)
公用方法 GetStream Gets the stream of data. (繼承自 TraceReader。)
公用方法 GetString Gets a String value at the specified column position. (繼承自 TraceReader。)
公用方法 GetTimeSpan Gets a TimeSpan value of the data value at the specified column position. (繼承自 TraceReader。)
公用方法 GetType (繼承自 Object。)
公用方法 GetValue Gets a value of the data value at the specified column position. (繼承自 TraceReader。)
公用方法 GetValues Gets an array of values from the data value at the specified column position. (繼承自 TraceReader。)
公用方法 IsDBNull Specifies whether the specified column is set to null. (繼承自 TraceReader。)
公用方法 IsNull Gets a Boolean value that specifies whether value of the data at the specified column position is null. (繼承自 TraceReader。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 NextResult Moves to the next result in the trace. (繼承自 TraceReader。)
公用方法 Read Reads the trace record. (繼承自 TraceReader。)
公用方法 ToString (繼承自 Object。)
公用方法 TranslateSubclass Translates the sub class. (繼承自 TraceReader。)
公用方法 Write Writes the trace to the trace file or the trace table.

頂端

欄位

  名稱 描述
受保護的欄位 currentRow Specifies the current row. (繼承自 TraceReader。)

頂端

屬性

  名稱 描述
公用屬性 Depth Gets the depth value for the trace reader. (繼承自 TraceReader。)
公用屬性 FieldCount Gets the number of columns in the data. (繼承自 TraceReader。)
公用屬性 IsClosed Gets the Boolean property value that specifies whether the trace reader is closed. (繼承自 TraceReader。)
公用屬性 Item[ ( [ ( Int32] ) ] ) Gets the column specified by the index position. (繼承自 TraceReader。)
公用屬性 Item[ ( [ ( String] ) ] ) Gets the column with the specified name. (繼承自 TraceReader。)
公用屬性 RecordsAffected Gets the number of records of data. (繼承自 TraceReader。)

頂端

事件

  名稱 描述
公用事件 WriteNotify Raises an event when the trace is written to the trace file or trace table.

頂端