Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the buttons to display in the message box.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Syntax
'Declaration
Public Property Buttons As ExceptionMessageBoxButtons
Get
Set
'Usage
Dim instance As ExceptionMessageBox
Dim value As ExceptionMessageBoxButtons
value = instance.Buttons
instance.Buttons = value
public ExceptionMessageBoxButtons Buttons { get; set; }
public:
property ExceptionMessageBoxButtons Buttons {
ExceptionMessageBoxButtons get ();
void set (ExceptionMessageBoxButtons value);
}
member Buttons : ExceptionMessageBoxButtons with get, set
function get Buttons () : ExceptionMessageBoxButtons
function set Buttons (value : ExceptionMessageBoxButtons)
Eigenschaftswert
Typ: Microsoft.SqlServer.MessageBox.ExceptionMessageBoxButtons
An ExceptionMessageBoxButtons value.
Hinweise
By default, only OK is displayed.
When you use Custom, you must call SetButtonText to set the button text before calling Show.