Enumeração ExceptionMessageBoxDefaultButton
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam. Use ExceptionMessageBoxDefaultButton instead.
Namespace: Microsoft.NetEnterpriseServers
Assembly: Microsoft.NetEnterpriseServers.ExceptionMessageBox (em Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Sintaxe
'Declaração
Public Enumeration ExceptionMessageBoxDefaultButton
'Uso
Dim instance As ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton
public enum class ExceptionMessageBoxDefaultButton
type ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |