RelationshipEnd.Translations Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of translations that are associated with an object.

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

Syntax

[XmlArrayAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")]
[BrowsableAttribute(false)]
public TranslationCollection Translations { get; }
public:
[XmlArrayAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")]
[BrowsableAttribute(false)]
property TranslationCollection^ Translations {
    TranslationCollection^ get();
}
[<XmlArrayAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")>]
[<BrowsableAttribute(false)>]
member Translations : TranslationCollection with get
<XmlArrayAttribute(Namespace := "https://schemas.microsoft.com/analysisservices/2003/engine")>
<BrowsableAttribute(False)>
Public ReadOnly Property Translations As TranslationCollection

Property Value

Type: Microsoft.AnalysisServices.TranslationCollection

A collection of translations.

See Also

RelationshipEnd Class
Microsoft.AnalysisServices Namespace

Return to top