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


Свойство ExceptionMessageBox.FailButtonText

Gets the default text for the Fail button.

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

Синтаксис

'Декларация
Public Shared ReadOnly Property FailButtonText As String 
    Get
'Применение
Dim value As String 

value = ExceptionMessageBox.FailButtonText
public static string FailButtonText { get; }
public:
static property String^ FailButtonText {
    String^ get ();
}
static member FailButtonText : string
static function get FailButtonText () : String

Значение свойства

Тип: System.String
A String value.

Замечания

The FailButtonText property specifies customized button text while it maintains the functionality of the Fail button.

См. также

Справочник

ExceptionMessageBox Класс

Пространство имен Microsoft.SqlServer.MessageBox