Udostępnij za pośrednictwem


Właściwość DimensionAttribute.KeyUniquenessGuarantee

Pobiera lub ustawia czy relacji między atrybut klucz i jego nazwy oraz związki pokrewne atrybuty zapewniona jest nieprawidłowy.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
<BrowsableAttribute(False)> _
Public Property KeyUniquenessGuarantee As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Boolean
TRUE Jeśli relacji między atrybut klucz i jego nazwy oraz związki pokrewne atrybuty zapewniona jest ważny; w przeciwnym razie false.

Uwagi

Microsoft SQL Server 2005 Analysis Services (SSAS) uses the KeyUniquenessGuarantee parameter to optimize query construction when it retrieves members from the underlying data source for this attribute.