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.
Sets the text for the custom text buttons when only two buttons are displayed in the exception message box.
Espace de noms : Microsoft.SqlServer.MessageBox
Assembly : Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)
Syntaxe
'Déclaration
Public Sub SetButtonText ( _
button1Text As String, _
button2Text As String _
)
'Utilisation
Dim instance As ExceptionMessageBox
Dim button1Text As String
Dim button2Text As String
instance.SetButtonText(button1Text, button2Text)
public void SetButtonText(
string button1Text,
string button2Text
)
public:
void SetButtonText(
String^ button1Text,
String^ button2Text
)
member SetButtonText :
button1Text:string *
button2Text:string -> unit
public function SetButtonText(
button1Text : String,
button2Text : String
)
Paramètres
- button1Text
Type : System.String
Text for the first custom button.
- button2Text
Type : System.String
Text for the second custom button.