ScheduleRulePatternType Property

Gets or sets the type of the schedule pattern.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public PatternType PatternType { get; set; }

Property Value

Type: PatternType
The type of the pattern (Daily, Weekly or Monthly).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value being set is not one of the PatternType values.
Remarks
When a schedule is created, this property is set to Monthly by default.
See Also