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.9.0
Syntax
C#
public class Event

The QueryTraceEvent type exposes the following members.

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
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference