Partager via


ISqlSimpleColumn.IsNullable, propriété

Obtient ou définit une valeur qui indique si la colonne est Nullable.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISqlSimpleColumn Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms