Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.65 KB

fiscalyearname-element-assl.md

File metadata and controls

57 lines (41 loc) · 1.65 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
FiscalYearName Element (ASSL) | Microsoft Docs
Learn about the FiscalYearName property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

FiscalYearName Element (ASSL)

Defines the naming convention for the name of the fiscal year for a TimeBinding element.

Syntax

  
<TimeBinding>  
   ...  
   <FiscalYearName>...</FiscalYearName>  
   ...  
</TimeBinding>  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value NextCalendarYearName
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent element TimeBinding
Child elements None

Remarks

The value of this element is limited to one of the strings in the following table.

Value Description
CalendarYearName Assigns the fiscal year the name of the current calendar year.
NextCalendarYearName Assigns the fiscal year the name of the next calendar year.

The enumeration that corresponds to the allowed values for FiscalYearName in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.FiscalYearName.

See Also

Properties (ASSL)