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 です。
説明
Microsoft SQL Server 2005 Analysis Services (SSAS) では、この属性のために基になるデータ ソースからメンバを取得するときに、KeyUniquenessGuarantee パラメータを使用してクエリ作成を最適化します。