Click or drag to resize
QueryTraceEventSourceElapsedMicros Property
The number of microseconds elapsed on the source when this event occurred since when the source started handling the query.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public int SourceElapsedMicros { get; }

Return Value

Type: Int32
the elapsed time on the source host when that event happened in microseconds.
See Also