Freigeben über


ISqlSimpleColumn.IsNullable-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Spalte NULL-Wert zulässt, oder legt den Wert fest.

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

Syntax

'Declaration
Property IsNullable As Boolean
    Get
    Set
bool IsNullable { get; set; }
property bool IsNullable {
    bool get ();
    void set (bool value);
}
abstract IsNullable : bool with get, set
function get IsNullable () : boolean
function set IsNullable (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlSimpleColumn Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace