JobRunQueryField Enumeration

Properties that can be used to query for job runs.

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 JobRunQueryField
Members
  Member nameValueDescription
None0No schedule query fields specified.
Id1The Id property.
JobId2The JobId property.
RunAsId3The RunAsId property.
RunById4The RunById property.
ServerName5The ServerName property.
StartTime6The StartTime property.
EndTime7The EndTime property.
Result8The Result property.
TenantId9The TenantId property.
RelatedItemId10The RelatedItemId property.
See Also