Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether member names under DimensionAttribute must be unique.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property MemberNamesUnique As Boolean
Get
Set
'Usage
Dim instance As DimensionAttribute
Dim value As Boolean
value = instance.MemberNamesUnique
instance.MemberNamesUnique = value
public bool MemberNamesUnique { get; set; }
public:
property bool MemberNamesUnique {
bool get ();
void set (bool value);
}
member MemberNamesUnique : bool with get, set
function get MemberNamesUnique () : boolean
function set MemberNamesUnique (value : boolean)
Property Value
Type: System.Boolean
true if member names under DimensionAttribute must be unique; otherwise, false.