Proprietà ISqlSimpleColumn.IsNullable

Ottiene o imposta un valore che indica se la colonna è nullable.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlSimpleColumn Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel