Compartir a través de


NullableConstraintDefinition.Nullable Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Nullable As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

NullableConstraintDefinition Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom