AnsiWarningsEnabled 屬性
Gets or sets the Boolean ANSI_WARNING_ENABLED property value.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute> _
Public Property AnsiWarningsEnabled As Boolean
Get
Set
'用途
Dim instance As Database
Dim value As Boolean
value = instance.AnsiWarningsEnabled
instance.AnsiWarningsEnabled = value
[SfcPropertyAttribute]
public bool AnsiWarningsEnabled { get; set; }
[SfcPropertyAttribute]
public:
virtual property bool AnsiWarningsEnabled {
bool get () sealed;
void set (bool value) sealed;
}
[<SfcPropertyAttribute>]
abstract AnsiWarningsEnabled : bool with get, set
[<SfcPropertyAttribute>]
override AnsiWarningsEnabled : bool with get, set
final function get AnsiWarningsEnabled () : boolean
final function set AnsiWarningsEnabled (value : boolean)
屬性值
型別:System. . :: . .Boolean
A 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.