Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.74 KB

memberswithdatacaption-element-assl.md

File metadata and controls

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

MembersWithDataCaption Element (ASSL)

Provides a template string that is used to create captions for system-generated data members.

Syntax

  
<AttributeTranslation> <!-- or DimensionAttribute -->  
   ...  
   <MembersWithDataCaption>...</MembersWithDataCaption>  
   ...  
</AttributeTranslation>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements AttributeTranslation, DimensionAttribute
Child elements None

Remarks

The value of the MembersWithDataCaption element is used only by parent attributes (in other words, the value of the Usage element of the DimensionAttribute parent element is set to Parent) to determine the caption of data members in the parent attribute.

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