Partager via


Propriété NullableConstraintDefinition.Nullable

Gets or sets a value that indicates whether the column can be NULL.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Nullable As Boolean 
    Get 
    Set
'Utilisation
Dim instance As NullableConstraintDefinition 
Dim value As Boolean 

value = instance.Nullable

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

Valeur de propriété

Type : System.Boolean
true if the column can be NULL; otherwise, false.

Voir aussi

Référence

NullableConstraintDefinition Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom