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 |
Provides a template string that is used to create captions for system-generated data members.
<AttributeTranslation> <!-- or DimensionAttribute -->
...
<MembersWithDataCaption>...</MembersWithDataCaption>
...
</AttributeTranslation>
Characteristic | Description |
---|---|
Data type and length | String |
Default value | None |
Cardinality | 0-1: Optional element that can occur once and only once. |
Relationship | Element |
---|---|
Parent elements | AttributeTranslation, DimensionAttribute |
Child elements | None |
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.