Perspective.Translations Property

 

Applies To: SQL Server 2016 Preview

Gets the translations for the perspective.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.TranslationCollection

A TranslationCollection object.

See Also

Perspective Class
Microsoft.AnalysisServices Namespace

Return to top