DimensionAttribute.NamingTemplateTranslations Property

 

Applies To: SQL Server 2016 Preview

Gets a collection of localized translations for the NamingTemplate property.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[BrowsableAttribute(false)]
[XmlArrayItemAttribute("NamingTemplateTranslation", typeof(Translation))]
[XmlArrayAttribute]
public TranslationCollection NamingTemplateTranslations { get; }
public:
[BrowsableAttribute(false)]
[XmlArrayItemAttribute("NamingTemplateTranslation", (Translation^::typeid))]
[XmlArrayAttribute]
property TranslationCollection^ NamingTemplateTranslations {
    TranslationCollection^ get();
}
[<BrowsableAttribute(false)>]
[<XmlArrayItemAttribute("NamingTemplateTranslation", typeof(Translation))>]
[<XmlArrayAttribute>]
member NamingTemplateTranslations : TranslationCollection with get
<BrowsableAttribute(False)>
<XmlArrayItemAttribute("NamingTemplateTranslation", GetType(Translation))>
<XmlArrayAttribute>
Public ReadOnly Property NamingTemplateTranslations As TranslationCollection

Property Value

Type: Microsoft.AnalysisServices.TranslationCollection

A TranslationCollection of localized translations.

Remarks

The value of the NamingTemplateTranslation property is used only by parent attributes (that is, the value of the Usage property is set to Parent.)

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top