RefreshGranularityType 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.
Specifies the granularity of the refresh policy for auto partitioning
public enum RefreshGranularityType
type RefreshGranularityType =
Public Enum RefreshGranularityType
- Inheritance
-
RefreshGranularityType
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | Invalid Granularity |
Day | 0 | Granularity of a day |
Month | 1 | Granularity of a month |
Quarter | 2 | Granularity of a quarter |
Year | 3 | Granularity of a year |
Remarks
This enum is only supported when the compatibility level of the database is at 1450 or above.