Поделиться через


Свойство DimensionAttribute.KeyUniquenessGuarantee

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public Property KeyUniquenessGuarantee As Boolean 
    Get 
    Set
'Применение
Dim instance As DimensionAttribute 
Dim value As Boolean 

value = instance.KeyUniquenessGuarantee

instance.KeyUniquenessGuarantee = value
[BrowsableAttribute(false)]
public bool KeyUniquenessGuarantee { get; set; }
[BrowsableAttribute(false)]
public:
property bool KeyUniquenessGuarantee {
    bool get ();
    void set (bool value);
}
[<BrowsableAttribute(false)>]
member KeyUniquenessGuarantee : bool with get, set
function get KeyUniquenessGuarantee () : boolean 
function set KeyUniquenessGuarantee (value : boolean)

Значение свойства

Тип: 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.

Замечания

Службы Analysis Services uses the KeyUniquenessGuarantee parameter to optimize query construction when it retrieves members from the underlying data source for this attribute.

См. также

Справочник

DimensionAttribute Класс

Пространство имен Microsoft.AnalysisServices