ExceptionMessageBoxOptions 列挙体
この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新しい開発作業では、この機能の使用を避け、現在この機能を使用しているアプリケーションは修正するようにしてください。代わりに ExceptionMessageBoxOptions を使用してください。
この列挙体には、メンバー値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。
名前空間: Microsoft.NetEnterpriseServers
アセンブリ: Microsoft.NetEnterpriseServers.ExceptionMessageBox (Microsoft.NetEnterpriseServers.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 | テキストを右から左へ記述して表示します。 |