次の方法で共有


ExceptionMessageBoxOptions 列挙体

例外メッセージ ボックスのその他の表示オプションを指定します。

この列挙体には、メンバー値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。

名前空間:  Microsoft.SqlServer.MessageBox
アセンブリ:  Microsoft.ExceptionMessageBox (Microsoft.ExceptionMessageBox.dll)

構文

'宣言
<FlagsAttribute> _
Public Enumeration ExceptionMessageBoxOptions
'使用
Dim instance As ExceptionMessageBoxOptions
[FlagsAttribute]
public enum ExceptionMessageBoxOptions
[FlagsAttribute]
public enum class ExceptionMessageBoxOptions
[<FlagsAttribute>]
type ExceptionMessageBoxOptions
public enum ExceptionMessageBoxOptions

メンバー

メンバー名 説明
None 他の動作は必要ありません。
RightAlign テキストを右揃えで表示します。
RtlReading テキストを右から左へ記述して表示します。

説明

RtlReading は、右から左へ記述する特定の言語でエラー メッセージを表示するために使用する必要があります。