Proprietà ISqlServerOptions.IsAnsiNullDefaultOn

Ottiene o imposta un valore che modella l'impostazione ANSI_NULL_DFLT_ON.

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

Sintassi

'Dichiarazione
Property IsAnsiNullDefaultOn As Nullable(Of Boolean)
    Get
    Set
Nullable<bool> IsAnsiNullDefaultOn { get; set; }
property Nullable<bool> IsAnsiNullDefaultOn {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsAnsiNullDefaultOn : Nullable<bool> with get, set
function get IsAnsiNullDefaultOn () : Nullable<boolean>
function set IsAnsiNullDefaultOn (value : Nullable<boolean>)

Valore proprietà

Tipo: System.Nullable<Boolean>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlServerOptions Interfaccia

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