Condividi tramite


Proprietà SqlSchemaDeploymentOptions.IgnoreAnsiNulls

Ottiene o imposta un valore che indica se l'impostazione ANSI NULLS deve essere ignorata nel confronto degli schemi.

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

Sintassi

'Dichiarazione
Public Property IgnoreAnsiNulls As Boolean
    Get
    Set
public bool IgnoreAnsiNulls { get; set; }
public:
property bool IgnoreAnsiNulls {
    bool get ();
    void set (bool value);
}
member IgnoreAnsiNulls : bool with get, set
function get IgnoreAnsiNulls () : boolean
function set IgnoreAnsiNulls (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSchemaDeploymentOptions Classe

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