共用方式為


AttributeAllMemberTranslations 屬性

Gets the translations collection for the AllMember attribute.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property AttributeAllMemberTranslations As TranslationCollection
    Get
'用途
Dim instance As Dimension
Dim value As TranslationCollection

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

屬性值

型別:Microsoft.AnalysisServices. . :: . .TranslationCollection
A Translations collection with the translations for the AllMember attribute.