RetentionPeriodUnits Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that specify the units for the retention period.
public enum class RetentionPeriodUnits
public enum RetentionPeriodUnits
type RetentionPeriodUnits =
Public Enum RetentionPeriodUnits
- Inheritance
-
RetentionPeriodUnits
Fields
Name | Value | Description |
---|---|---|
Days | 0 | Retention period is specified in days. |
Weeks | 1 | Retention period is specified in weeks. |
Months | 2 | Retention period is specified in months. |
Years | 3 | Retention period is specified in years. |
Hours | 4 | Retention period specified in hours. |
Minutes | 5 | Retention period specified in minutes. |
Remarks
The RetentionPeriodUnits enumeration is used only with merge replication.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.