AbortOnArithmeticErrors プロパティ
0 除算エラーが発生した場合にクエリを終了するかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property AbortOnArithmeticErrors As Boolean
Get
Set
'使用
Dim instance As UserOptions
Dim value As Boolean
value = instance.AbortOnArithmeticErrors
instance.AbortOnArithmeticErrors = value
[SfcPropertyAttribute]
public bool AbortOnArithmeticErrors { get; set; }
[SfcPropertyAttribute]
public:
property bool AbortOnArithmeticErrors {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
member AbortOnArithmeticErrors : bool with get, set
function get AbortOnArithmeticErrors () : boolean
function set AbortOnArithmeticErrors (value : boolean)
プロパティ値
型: System. . :: . .Boolean
0 除算エラーが発生した場合にクエリを終了するかどうかを示す Boolean 値です。
True の場合、0 除算エラーが発生するとクエリを終了します。
False (既定値) の場合、0 除算エラーが発生してもクエリを終了せず、代わりに警告メッセージが表示されて、算術演算の結果に Null が割り当てられます。