RefreshGranularityType Enum

Definition

Specifies the granularity of the refresh policy for auto partitioning

public enum RefreshGranularityType
type RefreshGranularityType = 
Public Enum RefreshGranularityType
Inheritance
RefreshGranularityType

Fields

Day 0

Granularity of a day

Invalid -1

Invalid Granularity

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.

Applies to