Düzenle

Aracılığıyla paylaş


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 FiscalYearName.

See Also

Properties (ASSL)