다음을 통해 공유


ExceptionMessageBoxOptions 열거형

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오. Use ExceptionMessageBoxOptions instead.

이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 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 No other behaviors are required.
RightAlign Display text with right-hand alignment.
RtlReading Display text reading right-to-left.