CalendarType 列舉型別
Describes the type of calendar to use for the time hierarchy.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Enumeration CalendarType
'用途
Dim instance As CalendarType
public enum CalendarType
public enum class CalendarType
type CalendarType
public enum CalendarType
成員
成員名稱 | 描述 | |
---|---|---|
All | ||
Standard | The calendar is based on the Gregorian 12-month calendar, starting on January 1st and ending December 31st. | |
Fiscal | The calendar is based on a fiscal calendar. | |
Reporting | The calendar is based on a calendar in which one month in the quarter has 5 weeks, and the other two months have 4 weeks. | |
Manufacturing | The calendar is based on a manufacturing (13-period) calendar. | |
Iso8601 | The calendar is based on the ISO 8601 calendar. |