Condividi tramite


Proprietà HeterogeneousTable.HasUniqueConstraintNullable

Gets or sets whether the unique constraint allows null values.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public Property HasUniqueConstraintNullable As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
A Boolean value.If true, null values are allowed.If false, null values are not allowed.

Osservazioni

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Vedere anche

Riferimento

HeterogeneousTable Classe

Spazio dei nomi Microsoft.SqlServer.Replication