ExceptionMessageBox.SetButtonText 메서드 (String, String, String, String)

Sets the text for the custom text buttons when only four 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, _
    button3Text As String, _
    button4Text As String _
)
‘사용 방법
Dim instance As ExceptionMessageBox 
Dim button1Text As String 
Dim button2Text As String 
Dim button3Text As String 
Dim button4Text As String

instance.SetButtonText(button1Text, button2Text, _
    button3Text, button4Text)
public void SetButtonText(
    string button1Text,
    string button2Text,
    string button3Text,
    string button4Text
)
public:
void SetButtonText(
    String^ button1Text, 
    String^ button2Text, 
    String^ button3Text, 
    String^ button4Text
)
member SetButtonText : 
        button1Text:string * 
        button2Text:string * 
        button3Text:string * 
        button4Text:string -> unit
public function SetButtonText(
    button1Text : String, 
    button2Text : String, 
    button3Text : String, 
    button4Text : String
)

매개 변수

  • button1Text
    유형: System.String
    Text for the first custom button.
  • button2Text
    유형: System.String
    Text for the second custom button.
  • button3Text
    유형: System.String
    Text for the third custom button.
  • button4Text
    유형: System.String
    Text for the fourth custom button.

참고 항목

참조

ExceptionMessageBox 클래스

SetButtonText 오버로드

Microsoft.SqlServer.MessageBox 네임스페이스