ScheduleRuleNumberOfOccurrences Property

Gets or sets the number of occurrences for the schedule.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public int? NumberOfOccurrences { get; set; }

Property Value

Type: NullableInt32
The number of occurrences.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is less than or equal to 0.
Remarks
A schedule can be optionally set to run a specific number of times. When a schedule is created, this property is set to 1 by default. This property is only considered when EndPolicy is set to SpecificNumberOfOccurrences.
See Also