다음을 통해 공유


ExceptionMessageBoxDefaultButton 열거형

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

네임스페이스:  Microsoft.NetEnterpriseServers
어셈블리:  Microsoft.NetEnterpriseServers.ExceptionMessageBox(Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

구문

‘선언
Public Enumeration ExceptionMessageBoxDefaultButton
‘사용 방법
Dim instance As ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton
public enum class ExceptionMessageBoxDefaultButton
type ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton

멤버

멤버 이름 설명
Button1 The first button is the default button.
Button2 The second button is the default button.
Button3 The third button is the default button.
Button4 The fourth button is the default button.
Button5 The fifth button is the default button.