Enumeration used in determining the Schedule pattern type.
Namespace:
Dundas.BI.Scheduling
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
SyntaxPublic Enumeration PatternType
public enum class PatternType
Members|
| Member name | Value | Description |
|---|
| Daily | 0 |
The Daily pattern.
|
| Weekly | 1 |
The Weekly pattern.
|
| Monthly | 2 |
The Monthly pattern.
|
See Also