ExceptionMessageBoxButtons 枚举

后续版本的 Microsoft SQL Server 将删除该功能。请避免在新的开发工作中使用该功能,并着手修改当前还在使用该功能的应用程序。 Use ExceptionMessageBoxButtons instead.

命名空间:  Microsoft.NetEnterpriseServers
程序集:  Microsoft.NetEnterpriseServers.ExceptionMessageBox(在 Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll 中)

语法

声明
Public Enumeration ExceptionMessageBoxButtons
用法
Dim instance As ExceptionMessageBoxButtons
public enum ExceptionMessageBoxButtons
public enum class ExceptionMessageBoxButtons
type ExceptionMessageBoxButtons
public enum ExceptionMessageBoxButtons

成员

成员名称 说明
OK Display the OK button.
OKCancel Display the OK and Cancel buttons.
YesNoCancel Display Yes, No, and Cancel buttons.
YesNo Display Yes and No buttons.
AbortRetryIgnore Display the Abort, Retry, and Ignore buttons.
RetryCancel Display the Retry and Cancel buttons.
Custom Display buttons with custom button text.