ExceptionMessageBox.SetButtonText Method

Definition

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use SetButtonText(String) instead.

Overloads

SetButtonText(String)

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use SetButtonText(String) instead.

SetButtonText(String, String)

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use SetButtonText(String, String) instead.

SetButtonText(String, String, String)

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use SetButtonText(String, String, String) instead.

SetButtonText(String, String, String, String)

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use SetButtonText(String, String, String, String) instead.

SetButtonText(String, String, String, String, String)

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use SetButtonText(String, String, String, String, String) instead.

SetButtonText(String)

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use SetButtonText(String) instead.

public:
 void SetButtonText(System::String ^ button1Text);
public void SetButtonText (string button1Text);
member this.SetButtonText : string -> unit
Public Sub SetButtonText (button1Text As String)

Parameters

button1Text
String

Text for the first custom button.

Applies to

SetButtonText(String, String)

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use SetButtonText(String, String) instead.

public:
 void SetButtonText(System::String ^ button1Text, System::String ^ button2Text);
public void SetButtonText (string button1Text, string button2Text);
member this.SetButtonText : string * string -> unit
Public Sub SetButtonText (button1Text As String, button2Text As String)

Parameters

button1Text
String

Text for the first custom button.

button2Text
String

Text for the second custom button.

Applies to

SetButtonText(String, String, String)

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use SetButtonText(String, String, String) instead.

public:
 void SetButtonText(System::String ^ button1Text, System::String ^ button2Text, System::String ^ button3Text);
public void SetButtonText (string button1Text, string button2Text, string button3Text);
member this.SetButtonText : string * string * string -> unit
Public Sub SetButtonText (button1Text As String, button2Text As String, button3Text As String)

Parameters

button1Text
String

Text for the first custom button.

button2Text
String

Text for the second custom button.

button3Text
String

Text for the third custom button.

Applies to

SetButtonText(String, String, String, String)

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use SetButtonText(String, String, String, String) instead.

public:
 void SetButtonText(System::String ^ button1Text, System::String ^ button2Text, System::String ^ button3Text, System::String ^ button4Text);
public void SetButtonText (string button1Text, string button2Text, string button3Text, string button4Text);
member this.SetButtonText : string * string * string * string -> unit
Public Sub SetButtonText (button1Text As String, button2Text As String, button3Text As String, button4Text As String)

Parameters

button1Text
String

Text for the first custom button.

button2Text
String

Text for the second custom button.

button3Text
String

Text for the third custom button.

button4Text
String

Text for the fourth custom button.

Applies to

SetButtonText(String, String, String, String, String)

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use SetButtonText(String, String, String, String, String) instead.

public:
 void SetButtonText(System::String ^ button1Text, System::String ^ button2Text, System::String ^ button3Text, System::String ^ button4Text, System::String ^ button5Text);
public void SetButtonText (string button1Text, string button2Text, string button3Text, string button4Text, string button5Text);
member this.SetButtonText : string * string * string * string * string -> unit
Public Sub SetButtonText (button1Text As String, button2Text As String, button3Text As String, button4Text As String, button5Text As String)

Parameters

button1Text
String

Text for the first custom button.

button2Text
String

Text for the second custom button.

button3Text
String

Text for the third custom button.

button4Text
String

Text for the fourth custom button.

button5Text
String

Text for the fifth custom button.

Applies to