ExceptionMessageBoxButtons 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
后续版本的 Microsoft SQL Server 将删除该功能。 请避免在新的开发工作中使用该功能,并着手修改当前还在使用该功能的应用程序。 请改用 ExceptionMessageBoxButtons。
public enum class ExceptionMessageBoxButtons
public enum ExceptionMessageBoxButtons
type ExceptionMessageBoxButtons =
Public Enum ExceptionMessageBoxButtons
- 继承
-
ExceptionMessageBoxButtons
字段
| 名称 | 值 | 说明 |
|---|---|---|
| AbortRetryIgnore | 4 | 显示 中止、 重试和 忽略 按钮。 |
| Custom | 6 | 显示带有自定义按钮文本的按钮。 |
| OK | 0 | 显示 “确定 ”按钮。 |
| OKCancel | 1 | 显示 “确定 ”和“ 取消 ”按钮。 |
| RetryCancel | 5 | 显示 “重试 ”和“ 取消 ”按钮。 |
| YesNo | 3 | 显示 “是 ”和 “否 ”按钮。 |
| YesNoCancel | 2 | 显示 “是”、“ 否”和“ 取消 ”按钮。 |