Delen via


InsertBulkColumnDefinition.NullNotNull Property

Gets or sets a value with respect to null. Optional NULL / NOT NULL constraint.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property NullNotNull As NullNotNull 
    Get 
    Set
'Usage
Dim instance As InsertBulkColumnDefinition 
Dim value As NullNotNull 

value = instance.NullNotNull

instance.NullNotNull = value
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.SqlServer.TransactSql.ScriptDom.NullNotNull
A value with respect to null.

See Also

Reference

InsertBulkColumnDefinition Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace