Partager via


SqlSchemaDeploymentOptions.IgnoreAnsiNulls, propriété

Obtient ou définit une valeur qui indique si le paramètre des valeurs ANSI NULL doit être ignoré lors de la comparaison de schémas.

Espace de noms :  Microsoft.Data.Schema.Sql.Build
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

SqlSchemaDeploymentOptions Classe

Microsoft.Data.Schema.Sql.Build, espace de noms