Compartir a través de


DimensionAttribute.NamingTemplateTranslations Property

Gets a collection of localized translations for the NamingTemplate property.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<XmlArrayAttribute> _
<XmlArrayItemAttribute("NamingTemplateTranslation", GetType(Translation))> _
<BrowsableAttribute(False)> _
Public ReadOnly Property NamingTemplateTranslations As TranslationCollection
[XmlArrayAttribute] 
[XmlArrayItemAttribute("NamingTemplateTranslation", typeof(Translation))] 
[BrowsableAttribute(false)] 
public TranslationCollection NamingTemplateTranslations { get; }
[XmlArrayAttribute] 
[XmlArrayItemAttribute(L"NamingTemplateTranslation", typeof(Translation))] 
[BrowsableAttribute(false)] 
public:
property TranslationCollection^ NamingTemplateTranslations {
    TranslationCollection^ get ();
}
/** @property */
public TranslationCollection get_NamingTemplateTranslations ()
public function get NamingTemplateTranslations () : TranslationCollection

Valor de propiedad

A TranslationCollection of localized translations.

Notas

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

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

DimensionAttribute Class
DimensionAttribute Members
Microsoft.AnalysisServices Namespace