Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.8 KB

ordinal-element-assl.md

File metadata and controls

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

Ordinal Element (ASSL)

Indicates the ordinal number to bind to in collections such as keys and translations.

Syntax

  
<AttributeBinding> <!-- or CubeAttributeBinding -->  
   ...  
   <Ordinal>...</Ordinal>  
   ...  
</AttributeBinding>  

Element Characteristics

Characteristic Description
Data type and length Integer
Default value 0
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements AttributeBinding, CubeAttributeBinding
Child elements None

Remarks

AttributeBinding and CubeAttributeBinding elements in which the Type property is set to either Key or Translation can be bound to an attribute that is in turn bound to a collection of columns in the data source view. The value of the Ordinal element determines to which column the AttributeBinding or CubeAttributeBinding refers in that collection.

The elements that correspond to the parents of Ordinal in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.AttributeBinding and xref:Microsoft.AnalysisServices.CubeAttributeBinding.

See Also

Properties (ASSL)