RetentionPeriodUnits Enumeration
Enumerates values that specify the units for the retention period.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| Days | RetentionPeriod property will be measured in days. | |
| Hours | RetentionPeriod property will be measured in hours. | |
| Minutes | RetentionPeriod property will be measured in minutes. | |
| None | No RetentionPeriod. |
Show: