MeasureGroup.Translations Property

 

Applies To: SQL Server 2016 Preview

Contains the translation of the name of the MeasureGroup.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.TranslationCollection

Returns a collection containing a MeasureGroup translation.

See Also

MeasureGroup Class
Microsoft.AnalysisServices Namespace

Return to top