Freigeben über


NullableConstraint.Nullable-Eigenschaft

Ruft ab bzw. legt fest, ob die Spalte NULL-Werte zulässt.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Nullable As Boolean
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn die Spalte NULL-Werte zulässt, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

NullableConstraint Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace