Udostępnij przez


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
ms220904.protfield(pl-pl,SQL.100).gif currentRow  Specifies the current row. (inherited from TraceReader)

Top

Public Properties

  Name Description
ms220904.pubproperty(pl-pl,SQL.100).gif Depth  Gets the depth value for the trace reader. (inherited from TraceReader)
ms220904.pubproperty(pl-pl,SQL.100).gif FieldCount  Gets the number of columns in the data. (inherited from TraceReader)
ms220904.pubproperty(pl-pl,SQL.100).gif IsClosed  Gets the Boolean property value that specifies whether the trace reader is closed. (inherited from TraceReader)
ms220904.pubproperty(pl-pl,SQL.100).gif Item  Overloaded. (inherited from TraceReader )
ms220904.pubproperty(pl-pl,SQL.100).gif RecordsAffected  Gets the number of records of data. (inherited from TraceReader)

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220904.pubmethod(pl-pl,SQL.100).gif Close  Closes the trace reader and writer. (inherited from TraceReaderWriter)
ms220904.pubmethod(pl-pl,SQL.100).gif Dispose  Deletes the trace reader information. (inherited from TraceReader)
ms220904.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms220904.pubmethod(pl-pl,SQL.100).gif GetBoolean  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetByte  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetBytes  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetChar  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetChars  Overloaded. (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetData  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetDataTypeName  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetDateTime  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetDecimal  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetDouble  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetFieldType  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetFloat  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetGuid  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms220904.pubmethod(pl-pl,SQL.100).gif GetInt16  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetInt32  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetInt64  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetName  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetOrdinal  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetSchemaTable  Gets a table that describes the schema. (inherited from TraceReader)
ms220904.pubmethod(pl-pl,SQL.100).gif GetStream  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetString  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetTimeSpan  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms220904.pubmethod(pl-pl,SQL.100).gif GetValue  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif GetValues  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif InitializeAsReader Initializes a new instance of the TraceTable class for reading trace data.
ms220904.pubmethod(pl-pl,SQL.100).gif InitializeAsReplayOutputWriter Initializes a new instance of the TraceTable class for writing replay trace information.
ms220904.pubmethod(pl-pl,SQL.100).gif 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.
ms220904.pubmethod(pl-pl,SQL.100).gif IsDBNull  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif IsNull  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif NextResult  Moves to the next result in the trace. (inherited from TraceReader)
ms220904.pubmethod(pl-pl,SQL.100).gif Read  Reads the trace record. (inherited from TraceReader)
ms220904.pubmethod(pl-pl,SQL.100).gifms220904.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms220904.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )
ms220904.pubmethod(pl-pl,SQL.100).gif TranslateSubclass  (inherited from TraceReader )
ms220904.pubmethod(pl-pl,SQL.100).gif Write  Writes the trace to the trace file or the trace table. (inherited from TraceReaderWriter)

Top

Protected Methods

  Name Description
ms220904.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms220904.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top

Public Events

  Name Description
ms220904.pubevent(pl-pl,SQL.100).gif WriteNotify  Raises an event when the trace is written to the trace file or trace table. (inherited from TraceReaderWriter)

Top