Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a value that indicates whether the ANSI_NULLS connection setting for objects is on or off.
Espace de noms : Microsoft.SqlServer.Dac.Model
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public Property AnsiNulls As Nullable(Of Boolean)
Get
Set
'Utilisation
Dim instance As TSqlObjectOptions
Dim value As Nullable(Of Boolean)
value = instance.AnsiNulls
instance.AnsiNulls = value
public Nullable<bool> AnsiNulls { get; set; }
public:
property Nullable<bool> AnsiNulls {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member AnsiNulls : Nullable<bool> with get, set
function get AnsiNulls () : Nullable<boolean>
function set AnsiNulls (value : Nullable<boolean>)
Valeur de propriété
Type : System.Nullable<Boolean>
true if the ANSI_NULLS connection setting for objects is on or off; otherwise, false.