Поделиться через


Перечисление ExceptionMessageBoxDefaultButton

В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется. Use ExceptionMessageBoxDefaultButton instead.

Пространство имен:  Microsoft.NetEnterpriseServers
Сборка:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (в Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Синтаксис

'Декларация
Public Enumeration ExceptionMessageBoxDefaultButton
'Применение
Dim instance As ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton
public enum class ExceptionMessageBoxDefaultButton
type ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton

Элементы

Имя элемента Описание
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.