Freigeben über


Translations-Eigenschaft

Gets the collection of translations that are associated with a Dimension 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 Dimension
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

Eigenschaftswert

Typ: Microsoft.AnalysisServices. . :: . .TranslationCollection
A collection of translations.