Поделиться через


Свойство DimensionAttribute.Translations

Gets the collection of Translation objects associated with DimensionAttribute.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Translations As AttributeTranslationCollection 
    Get
'Применение
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

Значение свойства

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

См. также

Справочник

DimensionAttribute Класс

Пространство имен Microsoft.AnalysisServices