Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.37 KB

calendarstartdate-element-assl.md

File metadata and controls

51 lines (37 loc) · 1.37 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
CalendarStartDate Element (ASSL) | Microsoft Docs
Learn about the CalendarStartDate property element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

CalendarStartDate Element (ASSL)

Defines the start date of the calendar period for the TimeBinding element.

Syntax

  
<TimeBinding>  
   ...  
   <CalendarStartDate>...</CalendarStartDate>  
   ...  
</TimeBinding>  

Element Characteristics

Characteristic Description
Data type and length DateTime
Default value None
Cardinality 1-1: Required element that can occur once and only once.

Element Relationships

Relationship Element
Parent element TimeBinding
Child elements None

Remarks

The CalendarEndDate must fall after the CalendarStartDate.

The element that corresponds to the parent of CalendarStartDate in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.TimeBinding.

See Also

Properties (ASSL)