Partager via


Propriété InsertBulkColumnDefinition.NullNotNull

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property NullNotNull As NullNotNull 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.NullNotNull
A value with respect to null.

Voir aussi

Référence

InsertBulkColumnDefinition Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom