DimensionAttribute.MemberNamesUnique Property

 

Applies To: SQL Server 2016 Preview

Gets or sets whether member names under DimensionAttribute must be unique.

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

Syntax

[DefaultValueAttribute(false)]
public bool MemberNamesUnique { get; set; }
public:
[DefaultValueAttribute(false)]
property bool MemberNamesUnique {
    bool get();
    void set(bool value);
}
[<DefaultValueAttribute(false)>]
member MemberNamesUnique : bool with get, set
<DefaultValueAttribute(False)>
Public Property MemberNamesUnique As Boolean

Property Value

Type: System.Boolean

true if member names under DimensionAttribute must be unique; otherwise, false.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top