다음을 통해 공유


UnknownMemberTranslations 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<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.