共用方式為


ExceptionMessageBox.SetButtonText 方法 (String, String)

Sets the text for the custom text buttons when only two buttons are displayed in the exception message box.

命名空間:  Microsoft.SqlServer.MessageBox
組件:  Microsoft.ExceptionMessageBox (在 Microsoft.ExceptionMessageBox.dll 中)

語法

'宣告
Public Sub SetButtonText ( _
    button1Text As String, _
    button2Text As String _
)
'用途
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
)

參數

  • button1Text
    型別:System.String
    Text for the first custom button.
  • button2Text
    型別:System.String
    Text for the second custom button.

請參閱

參考

ExceptionMessageBox 類別

SetButtonText 多載

Microsoft.SqlServer.MessageBox 命名空間