Database.Translations Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.TranslationCollection

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top