Dimension.AttributeAllMemberName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the AllMember attribute value of the dimension.

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

Syntax

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

Property Value

Type: System.String

The name for the AllMember attribute.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top