다음을 통해 공유


ExceptionMessageBox.ShowToolBar 속성

Specifies whether to show the command button toolbar on the exception message box.

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

구문

‘선언
Public Property ShowToolBar As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As ExceptionMessageBox 
Dim value As Boolean 

value = instance.ShowToolBar

instance.ShowToolBar = value
public bool ShowToolBar { get; set; }
public:
property bool ShowToolBar {
    bool get ();
    void set (bool value);
}
member ShowToolBar : bool with get, set
function get ShowToolBar () : boolean 
function set ShowToolBar (value : boolean)

속성 값

유형: System.Boolean
A Boolean value.

주의

The default value is true.

참고 항목

참조

ExceptionMessageBox 클래스

Microsoft.SqlServer.MessageBox 네임스페이스