Freigeben über


ExceptionMessageBoxDialogResult-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 ExceptionMessageBoxDialogResult instead.

Namespace:  Microsoft.NetEnterpriseServers
Assembly:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Syntax

'Declaration
Public Enumeration ExceptionMessageBoxDialogResult
'Usage
Dim instance As ExceptionMessageBoxDialogResult
public enum ExceptionMessageBoxDialogResult
public enum class ExceptionMessageBoxDialogResult
type ExceptionMessageBoxDialogResult
public enum ExceptionMessageBoxDialogResult

Elemente

Elementname Beschreibung
None Custom text buttons are not used.
Button1 The first custom text button.
Button2 The second custom text button.
Button3 The third custom text button.
Button4 The fourth custom text button.
Button5 The fifth custom text button.