Dimension.UnknownMemberTranslations Property

 

Applies To: SQL Server 2016 Preview

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

[BrowsableAttribute(false)]
[XmlArrayAttribute]
[XmlArrayItemAttribute("UnknownMemberTranslation")]
public TranslationCollection UnknownMemberTranslations { get; }
public:
[BrowsableAttribute(false)]
[XmlArrayAttribute]
[XmlArrayItemAttribute("UnknownMemberTranslation")]
property TranslationCollection^ UnknownMemberTranslations {
    TranslationCollection^ get();
}
[<BrowsableAttribute(false)>]
[<XmlArrayAttribute>]
[<XmlArrayItemAttribute("UnknownMemberTranslation")>]
member UnknownMemberTranslations : TranslationCollection with get
<BrowsableAttribute(False)>
<XmlArrayAttribute>
<XmlArrayItemAttribute("UnknownMemberTranslation")>
Public ReadOnly Property UnknownMemberTranslations As TranslationCollection

Property Value

Type: Microsoft.AnalysisServices.TranslationCollection

A collection of translations.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top