Condividi tramite


Enumerazione ExceptionMessageBoxDefaultButton

Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa caratteristica in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata. Use ExceptionMessageBoxDefaultButton instead.

Spazio dei nomi  Microsoft.NetEnterpriseServers
Assembly:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Sintassi

'Dichiarazione
Public Enumeration ExceptionMessageBoxDefaultButton
'Utilizzo
Dim instance As ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton
public enum class ExceptionMessageBoxDefaultButton
type ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton

Membri

Nome membro Descrizione
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.