ExceptionMessageBoxButtons 列舉

定義

這項功能將在未來的 SQL Server Microsoft 版本中移除。 請避免在新的開發工作中使用這項功能,並規劃修改目前使用這項功能的應用程式。 請改用 ExceptionMessageBoxButtons

public enum class ExceptionMessageBoxButtons
public enum ExceptionMessageBoxButtons
type ExceptionMessageBoxButtons = 
Public Enum ExceptionMessageBoxButtons
繼承
ExceptionMessageBoxButtons

欄位

名稱 Description
OK 0

顯示 確定 按鈕。

OKCancel 1

顯示 確定取消 按鈕。

YesNoCancel 2

顯示 取消 按鈕。

YesNo 3

顯示 按鈕。

AbortRetryIgnore 4

顯示 中止重試忽略 按鈕。

RetryCancel 5

顯示 重試取消 按鈕。

Custom 6

顯示按鈕並附上自訂按鈕文字。

適用於