DimensionAttribute.KeyUniquenessGuarantee Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.