DataRetentionPeriodUnit 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.
Temporal retention period unit description
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.DataRetentionPeriodUnitTypeConverter))]
public enum DataRetentionPeriodUnit
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.DataRetentionPeriodUnitTypeConverter))>]
type DataRetentionPeriodUnit =
Public Enum DataRetentionPeriodUnit
- Inheritance
-
DataRetentionPeriodUnit
- Attributes
Fields
Name | Value | Description |
---|---|---|
Infinite | -1 | Infinite (not specified) retention |
Day | 3 | Day |
Week | 4 | Week |
Month | 5 | Month |
Year | 6 | Year |