RelatedJobsIncludeKinds Enumeration

Specifies the include kind of related jobs when getting or running a job.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[FlagsAttribute]
public enum RelatedJobsIncludeKinds
Members
  Member nameValueDescription
None0Don't include related jobs.
Include1Include related jobs, but skip those having associated schedule.
IncludeWithSchedules2Include related jobs with associated schedule.
See Also