Partager via


SqlScriptProperty.AnsiNulls, propriété

Obtient le paramètre AnsiNulls pour le script.

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

Syntaxe

'Déclaration
Public ReadOnly Property AnsiNulls As Nullable(Of Boolean)
    Get
public Nullable<bool> AnsiNulls { get; }
public:
property Nullable<bool> AnsiNulls {
    Nullable<bool> get ();
}
member AnsiNulls : Nullable<bool>
function get AnsiNulls () : Nullable<boolean>

Valeur de propriété

Type : System.Nullable<Boolean>

Sécurité .NET Framework

Voir aussi

Référence

SqlScriptProperty Classe

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