Partager via


ISqlSpecifiesAnsiNulls.IsAnsiNullsOn, propriété

Obtient ou définit une valeur qui indique si le paramètre ANSI NULLS doit être activé pour cet objet.

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

Syntaxe

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

Valeur de propriété

Type : System.Nullable<Boolean>

Sécurité .NET Framework

Voir aussi

Référence

ISqlSpecifiesAnsiNulls Interface

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