DimensionAttribute.NamingTemplateTranslations Property

Definition

Gets a collection of localized translations for the NamingTemplate property.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_ParentChildRelated")]
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.TranslationCollection NamingTemplateTranslations { get; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_ParentChildRelated")>]
[<System.ComponentModel.Browsable(false)>]
member this.NamingTemplateTranslations : Microsoft.AnalysisServices.TranslationCollection
Public ReadOnly Property NamingTemplateTranslations As TranslationCollection

Property Value

TranslationCollection

A TranslationCollection of localized translations.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute BrowsableAttribute

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.)

Applies to