Click or drag to resize
QueryTraceEvent Class
A trace event.

A query trace is composed of a list of trace events.

Inheritance Hierarchy
SystemObject
  DseQueryTraceEvent

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public class Event

The QueryTraceEvent type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyDescription
The event description, i.e. which activity this event correspond to.
Public propertySource
The address of the host having generated this event.
Public propertySourceElapsedMicros
The number of microseconds elapsed on the source when this event occurred since when the source started handling the query.
Public propertyThreadName
The name of the thread on which this event occurred.
Public propertyTimestamp
The server side timestamp of the event.
Top
See Also

Reference