次の方法で共有


DimensionAttribute.KeyUniquenessGuarantee プロパティ

属性キーとその名前とのリレーションシップ、および関連属性とのリレーションシップの有効性が保証されるかどうかを取得します。値の設定も可能です。

名前空間:  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、保証されない場合は false です。

説明

Analysis Services では、この属性のために基になるデータ ソースからメンバーを取得するときに、KeyUniquenessGuarantee パラメーターを使用してクエリ作成を最適化します。

関連項目

参照

DimensionAttribute クラス

Microsoft.AnalysisServices 名前空間