TimeUnit Enumeration
The TimeUnit enumeration provides options for the time unit that will be applied to the cleanup threshold in a SQL Server Integration Services Maintenance Cleanup or History Cleanup task.
Enumeration Values
Name | Summary |
---|---|
Hours | Specifies a time unit of hours. |
Days | Specifies a time unit of days. |
Weeks | Specifies a time unit of weeks. |
Months | Specifies a time unit of months. |
Years | Specifies a time unit of years. |