JobRunEventQueryField Enumeration

Properties that can be used to query for job run events.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum JobRunEventQueryField
Members
  Member nameValueDescription
None0No query field specified.
Index1The Index property.
JobRunId2The JobRunId property.
JobId3The JobId property.
Time4The Time property.
EventKind5The EventKind property.
Severity6The Severity property.
Message7The Message property.
MessageId8The MessageId property.
TenantId9The TenantId property.
RelatedItemId10The RelatedItemId property.
See Also