Hierarchy.AllMemberTranslations 属性

Gets the all member translations property of the Hierarchy object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property AllMemberTranslations As TranslationCollection 
    Get
用法
Dim instance As Hierarchy 
Dim value As TranslationCollection 

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

属性值

类型:Microsoft.AnalysisServices.TranslationCollection
A collection of translations.

请参阅

参考

Hierarchy 类

Microsoft.AnalysisServices 命名空间