Compartir a través de


InsertBulkColumnDefinition.NullNotNull (Propiedad)

Obtiene o establece un valor con respecto a null.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.NullNotNull
Devuelve un valor de enumeración NullNotNull.

Seguridad de .NET Framework

Vea también

Referencia

InsertBulkColumnDefinition Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)