DimensionAttribute.KeyUniquenessGuarantee Property

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

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

Syntax

C#
[BrowsableAttribute(false)]
public bool KeyUniquenessGuarantee { get; set; }

Property Value

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

Remarks

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

See Also

Reference

DimensionAttribute Class

Microsoft.AnalysisServices Namespace