Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of translations that are associated with an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Translations As TranslationCollection
Get
'Usage
Dim instance As RelationshipEnd
Dim value As TranslationCollection
value = instance.Translations
[BrowsableAttribute(false)]
public TranslationCollection Translations { get; }
[BrowsableAttribute(false)]
public:
property TranslationCollection^ Translations {
TranslationCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Translations : TranslationCollection
function get Translations () : TranslationCollection
Property Value
Type: Microsoft.AnalysisServices.TranslationCollection
A collection of translations.