Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 3.38 KB

translations-element-assl.md

File metadata and controls

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

Translations Element (ASSL)

Contains the collection of Translation elements associated with the parent element.

Syntax

  
<Action><!-- or one of the elements listed below in the Element Relationships table -->  
   ...  
   <Translations>  
      <Translation>...</Translation>  
      <!-- or -->  
      <Translation xsi:type="AttributeTranslation">...</Translation><!-- parent: DimensionAttribute or ScalarMiningStructureColumn -->  
      <!-- or -->  
      <Translation xsi:type="RelationshipEndTranslation">...</Translation><!-- parent: RelationshipEnd -->  
   </Translations>  
   ...  
</Action>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements Action, AttributeRelationship, CalculationProperty, Cube, CubeDimension, Database, Dimension, DimensionAttribute, Hierarchy, Kpi, Level, Measure, MiningModel, MiningModelColumn, MiningStructure, Perspective, RelationshipEnd, ScalarMiningStructureColumn, TableMiningStructureColumn
Child elements See the table below.
Ancestor or Parent Child Element
DimensionAttribute or ScalarMiningStructureColumn Translation of type AttributeTranslation
RelationshipEnd Translation of type RelationshipEndTranslation
All others Translation

Remarks

The corresponding elements in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.TranslationCollection and xref:Microsoft.AnalysisServices.AttributeTranslationCollection.