DimensionAttribute.Translations Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of Translation objects associated with DimensionAttribute.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.AttributeTranslationCollection

A AttributeTranslationCollection that contains the collection of Translation objects associated with DimensionAttribute.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top