ExceptionMessageBoxDefaultButton-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 ExceptionMessageBoxDefaultButton instead.
Namespace: Microsoft.NetEnterpriseServers
Assembly: Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Syntax
'Declaration
Public Enumeration ExceptionMessageBoxDefaultButton
'Usage
Dim instance As ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton
public enum class ExceptionMessageBoxDefaultButton
type ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton
Elemente
Elementname | Beschreibung | |
---|---|---|
Button1 | The first button is the default button. | |
Button2 | The second button is the default button. | |
Button3 | The third button is the default button. | |
Button4 | The fourth button is the default button. | |
Button5 | The fifth button is the default button. |