Udostępnij za pośrednictwem


Właściwość HeterogeneousTable.HasUniqueConstraintNullable

Pobiera lub ustawia, czy ograniczenie typu unique dozwolone wartości null.

Przestrzeń nazw:  Microsoft.SqlServer.Replication
Zestaw:  Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)

Składnia

'Deklaracja
Public Property HasUniqueConstraintNullable As Boolean
    Get
    Set
'Użycie
Dim instance As HeterogeneousTable
Dim value As Boolean

value = instance.HasUniqueConstraintNullable

instance.HasUniqueConstraintNullable = value
public bool HasUniqueConstraintNullable { get; set; }
public:
property bool HasUniqueConstraintNullable {
    bool get ();
    void set (bool value);
}
member HasUniqueConstraintNullable : bool with get, set
function get HasUniqueConstraintNullable () : boolean
function set HasUniqueConstraintNullable (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean wartości.
Jeśli true, null wartości są dozwolone.
Jeśli false, null wartości nie są dozwolone.

Uwagi

Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0 Microsoft .NET Framework.