Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a collection of localized translations for the NamingTemplate property.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property NamingTemplateTranslations As TranslationCollection
Get
'Usage
Dim instance As DimensionAttribute
Dim value As TranslationCollection
value = instance.NamingTemplateTranslations
[BrowsableAttribute(false)]
public TranslationCollection NamingTemplateTranslations { get; }
[BrowsableAttribute(false)]
public:
property TranslationCollection^ NamingTemplateTranslations {
TranslationCollection^ get ();
}
[<BrowsableAttribute(false)>]
member NamingTemplateTranslations : TranslationCollection
function get NamingTemplateTranslations () : 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.)