DimensionAttribute.KeyUniquenessGuarantee Property

Definition

Gets or sets whether the relationship between the attribute key and its name, and the relationship to related attributes, is guaranteed to be valid.

[System.ComponentModel.Browsable(false)]
public bool KeyUniquenessGuarantee { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.KeyUniquenessGuarantee : bool with get, set
Public Property KeyUniquenessGuarantee As Boolean

Property Value

true if the relationship between the attribute key and its name, and the relationship to related attributes, is guaranteed to be valid; otherwise, false.

Attributes

Remarks

Analysis Services uses the KeyUniquenessGuarantee parameter to optimize query construction when it retrieves members from the underlying data source for this attribute.

Applies to