共用方式為


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 命名空間