Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.45 KB

translation-element-assl.md

File metadata and controls

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

Translation Element (ASSL)

Provides a localized translation for the parent of the Translations collection.

Syntax

  
<Translations>  
   <Translation xsi:type="Translation">...</Translation>  
   <!-- or -->  
   <Translation xsi:type="AttributeTranslation">...</Translation>  
</Translations>  

Element Characteristics

Characteristic Description
Data type and length Translation, AttributeTranslation
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements Translations
Child elements None

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.Translation.

See Also

Objects (ASSL)