Condividi tramite


Proprietà InsertBulkColumnDefinition.NullNotNull

Ottiene o imposta un valore riguardo a Null.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property NullNotNull As NullNotNull
    Get
    Set
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.NullNotNull
Restituisce un valore di enumerazione NullNotNull.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

InsertBulkColumnDefinition Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql