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


Свойство Dimension.UnknownMemberTranslations

A collection of translations that provide a caption for an Unknown Member associated with a Dimension object.

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

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property UnknownMemberTranslations As TranslationCollection 
    Get
'Применение
Dim instance As Dimension 
Dim value As TranslationCollection 

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

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

Тип: Microsoft.AnalysisServices.TranslationCollection
A collection of translations.

См. также

Справочник

Dimension Класс

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