QEStatusBarManager.SetServerBackground 메서드

Changes the background color used for the server name panel. Provides support for the user to highlight connections made to specific servers.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Public Sub SetServerBackground ( _
    serverPanelBackground As Color _
)
‘사용 방법
Dim instance As QEStatusBarManager 
Dim serverPanelBackground As Color

instance.SetServerBackground(serverPanelBackground)
public void SetServerBackground(
    Color serverPanelBackground
)
public:
void SetServerBackground(
    Color serverPanelBackground
)
member SetServerBackground : 
        serverPanelBackground:Color -> unit
public function SetServerBackground(
    serverPanelBackground : Color
)

매개 변수

참고 항목

참조

QEStatusBarManager 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스