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 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동