SqlPlanGenerationOptions.ConnectionSettings.AnsiWarnings Property
Gets or sets the AnsiWarnings value.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Property AnsiWarnings As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As SqlPlanGenerationOptions..::..ConnectionSettings
Dim value As Nullable(Of Boolean)
value = instance.AnsiWarnings
instance.AnsiWarnings = value
public Nullable<bool> AnsiWarnings { get; set; }
public:
property Nullable<bool> AnsiWarnings {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
function get AnsiWarnings () : Nullable<boolean>
function set AnsiWarnings (value : Nullable<boolean>)
member AnsiWarnings : Nullable<bool> with get, set
Property Value
Type: System.Nullable<Boolean>
Remarks
Value may be null.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SqlPlanGenerationOptions.ConnectionSettings Class