Partager via


Propriété Translations

Gets the collection of Translation objects associated with DimensionAttribute.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Translations As AttributeTranslationCollection
    Get
'Utilisation
Dim instance As DimensionAttribute
Dim value As AttributeTranslationCollection

value = instance.Translations
[BrowsableAttribute(false)]
public AttributeTranslationCollection Translations { get; }
[BrowsableAttribute(false)]
public:
property AttributeTranslationCollection^ Translations {
    AttributeTranslationCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Translations : AttributeTranslationCollection
function get Translations () : AttributeTranslationCollection

Valeur de propriété

Type : Microsoft.AnalysisServices. . :: . .AttributeTranslationCollection
A AttributeTranslationCollection that contains the collection of Translation objects associated with DimensionAttribute.