Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the default text for the Fail button.
Espace de noms : Microsoft.SqlServer.MessageBox
Assembly : Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property FailButtonText As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
A String value.
Notes
The FailButtonText property specifies customized button text while it maintains the functionality of the Fail button.