다음을 통해 공유


ExceptionMessageBox.IgnoreButtonText 속성

Gets the default text for the Ignore button.

네임스페이스:  Microsoft.SqlServer.MessageBox
어셈블리:  Microsoft.ExceptionMessageBox(Microsoft.ExceptionMessageBox.dll)

구문

‘선언
Public Shared ReadOnly Property IgnoreButtonText As String 
    Get
‘사용 방법
Dim value As String 

value = ExceptionMessageBox.IgnoreButtonText
public static string IgnoreButtonText { get; }
public:
static property String^ IgnoreButtonText {
    String^ get ();
}
static member IgnoreButtonText : string
static function get IgnoreButtonText () : String

속성 값

유형: System.String
A String value.

주의

The IgnoreButtonText property specifies customized button text while it maintains the functionality of the Ignore button.

참고 항목

참조

ExceptionMessageBox 클래스

Microsoft.SqlServer.MessageBox 네임스페이스