Dela via


ISqlSimpleColumn.IsNullable Property

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

Syntax

'Declaration
Property IsNullable As Boolean
'Usage
Dim instance As ISqlSimpleColumn 
Dim value As Boolean 

value = instance.IsNullable

instance.IsNullable = value
bool IsNullable { get; set; }
property bool IsNullable {
    bool get ();
    void set (bool value);
}
function get IsNullable () : boolean 
function set IsNullable (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlSimpleColumn Interface

ISqlSimpleColumn Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace