Dimension.Translations Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of translations that are associated with a Dimension object.

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

Syntax

[BrowsableAttribute(false)]
[XmlArrayAttribute]
public TranslationCollection Translations { get; }
public:
[BrowsableAttribute(false)]
[XmlArrayAttribute]
property TranslationCollection^ Translations {
    TranslationCollection^ get();
}
[<BrowsableAttribute(false)>]
[<XmlArrayAttribute>]
member Translations : TranslationCollection with get
<BrowsableAttribute(False)>
<XmlArrayAttribute>
Public ReadOnly Property Translations As TranslationCollection

Property Value

Type: Microsoft.AnalysisServices.TranslationCollection

A collection of translations.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top