TraceFile Members

The TraceFile class is a Trace object that represents a trace log file.

The following tables list the members exposed by the TraceFile type.

Public Constructors

  Name Description
TraceFile Initializes a new instance of the TraceFile class.

Top

Protected Fields

  Name Description
ms220909.protfield(pl-pl,SQL.100).gif currentRow  Specifies the current row. (inherited from TraceReader)

Top

Public Properties

  Name Description
ms220909.pubproperty(pl-pl,SQL.100).gif Depth  Gets the depth value for the trace reader. (inherited from TraceReader)
ms220909.pubproperty(pl-pl,SQL.100).gif FieldCount  Gets the number of columns in the data. (inherited from TraceReader)
ms220909.pubproperty(pl-pl,SQL.100).gif IsClosed  Gets the Boolean property value that specifies whether the trace reader is closed. (inherited from TraceReader)
ms220909.pubproperty(pl-pl,SQL.100).gif Item  Overloaded. (inherited from TraceReader )
ms220909.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
ms220909.pubmethod(pl-pl,SQL.100).gif Close  Closes the trace reader and writer. (inherited from TraceReaderWriter)
ms220909.pubmethod(pl-pl,SQL.100).gif Dispose  Deletes the trace reader information. (inherited from TraceReader)
ms220909.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms220909.pubmethod(pl-pl,SQL.100).gif GetBoolean  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetByte  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetBytes  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetChar  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetChars  Overloaded. (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetData  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetDataTypeName  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetDateTime  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetDecimal  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetDouble  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetFieldType  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetFloat  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetGuid  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms220909.pubmethod(pl-pl,SQL.100).gif GetInt16  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetInt32  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetInt64  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetName  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetOrdinal  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetSchemaTable  Gets a table that describes the schema. (inherited from TraceReader)
ms220909.pubmethod(pl-pl,SQL.100).gif GetStream  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetString  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetTimeSpan  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms220909.pubmethod(pl-pl,SQL.100).gif GetValue  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif GetValues  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif InitializeAsReader Initializes the specified TraceFile object for reading data from the trace log file.
ms220909.pubmethod(pl-pl,SQL.100).gif InitializeAsReplayOutputWriter Initializes the specified TraceFile object for writing data to the trace log file only.
ms220909.pubmethod(pl-pl,SQL.100).gif InitializeAsWriter Initializes the specified TraceFile object for reading trace data from a TraceReader object, analyzing the data, and writing data the referenced trace log file.
ms220909.pubmethod(pl-pl,SQL.100).gif IsDBNull  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif IsNull  (inherited from TraceReader )
ms220909.pubmethod(pl-pl,SQL.100).gif NextResult  Moves to the next result in the trace. (inherited from TraceReader)
ms220909.pubmethod(pl-pl,SQL.100).gif Read  Reads the trace record. (inherited from TraceReader)
ms220909.pubmethod(pl-pl,SQL.100).gifms220909.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms220909.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )
ms220909.pubmethod(pl-pl,SQL.100).gif TranslateSubclass  (inherited from TraceReader )
ms220909.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
ms220909.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms220909.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top

Public Events

  Name Description
ms220909.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