ExceptionMessageBoxDefaultButton Enum

Definition

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use ExceptionMessageBoxDefaultButton instead.

public enum class ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton
type ExceptionMessageBoxDefaultButton = 
Public Enum ExceptionMessageBoxDefaultButton
Inheritance
ExceptionMessageBoxDefaultButton

Fields

Button1 0

The first button is the default button.

Button2 1

The second button is the default button.

Button3 2

The third button is the default button.

Button4 3

The fourth button is the default button.

Button5 4

The fifth button is the default button.

Applies to