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 命名空间