Partilhar via


Propriedade ISqlServerOptions.IsAnsiNullDefaultOn

Obtém ou define um valor que modela a configuração de ANSI_NULL_DFLT_ON.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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>)

Valor de propriedade

Tipo: System.Nullable<Boolean>

Segurança do .NET Framework

Consulte também

Referência

ISqlServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel