Dimension.UnknownMemberName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the caption to be used for Unknown Members in the default language for a Dimension object.

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

Syntax

[XmlElementAttribute(IsNullable = false)]
public string UnknownMemberName { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ UnknownMemberName {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member UnknownMemberName : string with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property UnknownMemberName As String

Property Value

Type: System.String

The UnknownMemberName. The default is Unknown.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top