Partager via


Énumération ExceptionMessageBoxDefaultButton

Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité. Use ExceptionMessageBoxDefaultButton instead.

Espace de noms :  Microsoft.NetEnterpriseServers
Assembly :  Microsoft.NetEnterpriseServers.ExceptionMessageBox (en Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Syntaxe

'Déclaration
Public Enumeration ExceptionMessageBoxDefaultButton
'Utilisation
Dim instance As ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton
public enum class ExceptionMessageBoxDefaultButton
type ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton

Membres

Nom de membre Description
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.