Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Describes the type of calendar to use for the time hierarchy.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration CalendarType
'Usage
Dim instance As CalendarType
public enum CalendarType
public enum class CalendarType
type CalendarType
public enum CalendarType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| All | The calendar type is based on all available types. | |
| Fiscal | The calendar is based on a fiscal calendar. | |
| Iso8601 | The calendar is based on the ISO 8601 calendar. | |
| Manufacturing | The calendar is based on a manufacturing (13-period) 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. | |
| Standard | The calendar is based on the Gregorian 12-month calendar, starting on January 1st and ending December 31st. |