Freigeben über


Dimension.UnknownMemberTranslations-Eigenschaft

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property UnknownMemberTranslations As TranslationCollection 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.TranslationCollection
A collection of translations.

Siehe auch

Verweis

Dimension Klasse

Microsoft.AnalysisServices-Namespace