Partager via


Propriété HasUniqueConstraintNullable

Gets or sets whether the unique constraint allows null values.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Property HasUniqueConstraintNullable As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

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