Share via


ISqlDatabaseOptions.IsAnsiWarningsOn Property

Gets or sets a value that models the ANSI_WARNINGS option.

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

Syntax

'Declaration
Property IsAnsiWarningsOn As Boolean
bool IsAnsiWarningsOn { get; set; }
property bool IsAnsiWarningsOn {
    bool get ();
    void set (bool value);
}
abstract IsAnsiWarningsOn : bool with get, set
function get IsAnsiWarningsOn () : boolean
function set IsAnsiWarningsOn (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace