ExceptionMessageBoxButtons-Enumeration
Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird. Use ExceptionMessageBoxButtons instead.
Namespace: Microsoft.NetEnterpriseServers
Assembly: Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Syntax
'Declaration
Public Enumeration ExceptionMessageBoxButtons
'Usage
Dim instance As ExceptionMessageBoxButtons
public enum ExceptionMessageBoxButtons
public enum class ExceptionMessageBoxButtons
type ExceptionMessageBoxButtons
public enum ExceptionMessageBoxButtons
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |