共用方式為


ExceptionMessageBox.FailButtonText 屬性

Gets the default text for the Fail button.

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

語法

'宣告
Public Shared ReadOnly Property FailButtonText As String 
    Get
'用途
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

屬性值

型別:System.String
A String value.

備註

The FailButtonText property specifies customized button text while it maintains the functionality of the Fail button.

請參閱

參考

ExceptionMessageBox 類別

Microsoft.SqlServer.MessageBox 命名空間