AttributeRelationship.Translations Property

 

Applies To: SQL Server 2016 Preview

Gets the translations collection for the current attribute relationship.

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 TranslationCollection object with the translations of the current attribute relationship.

See Also

AttributeRelationship Class
Microsoft.AnalysisServices Namespace

Return to top