Share via


InsertBulkColumnDefinition.NullNotNull Property

Gets or sets a value with respect to null.

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

Syntax

'Declaration
Public Property NullNotNull As NullNotNull
public NullNotNull NullNotNull { get; set; }
public:
property NullNotNull NullNotNull {
    NullNotNull get ();
    void set (NullNotNull value);
}
member NullNotNull : NullNotNull with get, set
function get NullNotNull () : NullNotNull
function set NullNotNull (value : NullNotNull)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.NullNotNull
Returns a NullNotNull enumeration value.

.NET Framework Security

See Also

Reference

InsertBulkColumnDefinition Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace