TraceTable Members
The TraceTable class is a Trace object that represents a table of trace information.
The following tables list the members exposed by the TraceTable type.
Public Constructors
Name | Description | |
---|---|---|
TraceTable | Initializes a new instance of the TraceTable class. |
Top
Protected Fields
Name | Description | |
---|---|---|
![]() |
currentRow | Specifies the current row. (inherited from TraceReader) |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
Depth | Gets the depth value for the trace reader. (inherited from TraceReader) |
![]() |
FieldCount | Gets the number of columns in the data. (inherited from TraceReader) |
![]() |
IsClosed | Gets the Boolean property value that specifies whether the trace reader is closed. (inherited from TraceReader) |
![]() |
Item | Overloaded. (inherited from TraceReader ) |
![]() |
RecordsAffected | Gets the number of records of data. (inherited from TraceReader) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Close | Closes the trace reader and writer. (inherited from TraceReaderWriter) |
![]() |
Dispose | Deletes the trace reader information. (inherited from TraceReader) |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetBoolean | (inherited from TraceReader ) |
![]() |
GetByte | (inherited from TraceReader ) |
![]() |
GetBytes | (inherited from TraceReader ) |
![]() |
GetChar | (inherited from TraceReader ) |
![]() |
GetChars | Overloaded. (inherited from TraceReader ) |
![]() |
GetData | (inherited from TraceReader ) |
![]() |
GetDataTypeName | (inherited from TraceReader ) |
![]() |
GetDateTime | (inherited from TraceReader ) |
![]() |
GetDecimal | (inherited from TraceReader ) |
![]() |
GetDouble | (inherited from TraceReader ) |
![]() |
GetFieldType | (inherited from TraceReader ) |
![]() |
GetFloat | (inherited from TraceReader ) |
![]() |
GetGuid | (inherited from TraceReader ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetInt16 | (inherited from TraceReader ) |
![]() |
GetInt32 | (inherited from TraceReader ) |
![]() |
GetInt64 | (inherited from TraceReader ) |
![]() |
GetName | (inherited from TraceReader ) |
![]() |
GetOrdinal | (inherited from TraceReader ) |
![]() |
GetSchemaTable | Gets a table that describes the schema. (inherited from TraceReader) |
![]() |
GetStream | (inherited from TraceReader ) |
![]() |
GetString | (inherited from TraceReader ) |
![]() |
GetTimeSpan | (inherited from TraceReader ) |
![]() |
GetType | (inherited from Object ) |
![]() |
GetValue | (inherited from TraceReader ) |
![]() |
GetValues | (inherited from TraceReader ) |
![]() |
InitializeAsReader | Initializes a new instance of the TraceTable class for reading trace data. |
![]() |
InitializeAsReplayOutputWriter | Initializes a new instance of the TraceTable class for writing replay trace information. |
![]() |
InitializeAsWriter | Initializes the specified TraceTable object for reading trace data from a TraceReader object, analyzing the data, and writing data to the referenced trace table. |
![]() |
IsDBNull | (inherited from TraceReader ) |
![]() |
IsNull | (inherited from TraceReader ) |
![]() |
NextResult | Moves to the next result in the trace. (inherited from TraceReader) |
![]() |
Read | Reads the trace record. (inherited from TraceReader) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
![]() |
TranslateSubclass | (inherited from TraceReader ) |
![]() |
Write | Writes the trace to the trace file or the trace table. (inherited from TraceReaderWriter) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
Public Events
Name | Description | |
---|---|---|
![]() |
WriteNotify | Raises an event when the trace is written to the trace file or trace table. (inherited from TraceReaderWriter) |
Top
See Also
Reference
TraceTable Class
Microsoft.SqlServer.Management.Trace Namespace