Skip to content

Latest commit

 

History

History
70 lines (59 loc) · 2.24 KB

File metadata and controls

70 lines (59 loc) · 2.24 KB
title Translations Element (XMLA) | Microsoft Docs
ms.custom
ms.date 03/03/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
Translations Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
microsoft.xml.analysis.translations
urn:schemas-microsoft-com:xml-analysis#Translations
helpviewer_keywords
Translations element
ms.assetid 86fd2119-9bea-4306-829e-cc439da05566
caps.latest.revision 11
author jeannt
ms.author jeannt
manager erikre

Translations Element (XMLA)

Contains a collection of Translation elements used to identify the member keys of the attribute member represented by the parent Attribute element.

Syntax

  
<Attribute>  
   ...  
   <Translations>  
      <Translation>...</Translation>  
   </Translations>  
   ...  
</Attribute>  

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 Attribute
Child elements Translation

Remarks

See Also

Insert Element (XMLA)
Update Element (XMLA)
Properties (XMLA)