ScheduleEndPolicy Enumeration

Enumeration used in determining the Schedule end type.

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 ScheduleEndPolicy
Members
  Member nameValueDescription
None0 Schedule does not have end date.
SpecificNumberOfOccurrences1 Schedule ends after number of occurrences.
SpecificDate2 Schedule ends by specific date.
See Also