PerspectiveAttribute.DefaultMember Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the default member associated with a PerspectiveAttribute object.

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

Syntax

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

Property Value

Type: System.String

The name of the default member.

See Also

PerspectiveAttribute Class
Microsoft.AnalysisServices Namespace

Return to top