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


Свойство ExceptionMessageBox.RetryButtonText

Gets the default text for the Retry button.

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

Синтаксис

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

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

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

Тип: System.String
A String value.

Замечания

The RetryButtonText property specifies customized button text while it maintains the functionality of the Retry button.

См. также

Справочник

ExceptionMessageBox Класс

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