Database.AnsiWarningsEnabled Property
SQL Server 2012
Gets or sets a value that specifies whether the ANSI_WARNINGS_ENABLED database option is active.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)] public bool AnsiWarningsEnabled { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether the AnsiWarningsEnabled database option is active. If True, warnings are issued when null values are encountered in a statement. If False (default), warnings are not issued when null values are encountered in statements.