QEStatusBarManager 클래스

SQL Server Utility class that handles interaction with the status bars

상속 계층

System.Object
  Microsoft.SqlServer.Management.UI.VSIntegration.Editors.QEStatusBarManager

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

구문

‘선언
Public NotInheritable Class QEStatusBarManager
‘사용 방법
Dim instance As QEStatusBarManager
public sealed class QEStatusBarManager
public ref class QEStatusBarManager sealed
[<SealedAttribute>]
type QEStatusBarManager =  class end
public final class QEStatusBarManager

QEStatusBarManager 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 CurrentState Returns the current value of QEStatusBarKnownStates.
공용 속성 IsInitialized Gets a Boolean value that specifies whether it is safe to call other methods of this class. (It is always safe to call Initialize.)
공용 속성 LoginName Gets the login name string.
공용 속성 StatusText Gets or sets the status text shown on the general panel.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 SetCurrentDatabase Updates database panel.
공용 메서드 SetExecutionTime Updates the execution time panel.
공용 메서드 SetKnownState(QEStatusBarKnownStates) Transitions the status bar into one of its known states. This class manages both the icon and the text for those states.
공용 메서드 SetKnownState(QEStatusBarKnownStates, Int32, Int32) Transitions the status bar into one of its known states. This class manages both the icon and the text for those states.
공용 메서드 SetRowsAffected Sets rows affected.
공용 메서드 SetServerBackground Changes the background color used for the server name panel. Provides support for the user to highlight connections made to specific servers.
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 TransitionIntoOfflineMode Transitions into Offline mode.
공용 메서드 TransitionIntoOnlineMode(String, String) Ensures that the status bar is in online mode, transitions into it if needed, and updates information applicable to such mode.
공용 메서드 TransitionIntoOnlineMode(String, String, Int32, Int32) Ensure that the status bar is in online mode, transitions into it if needed, and updates information applicable to such mode.
공용 메서드 TransitionIntoOnlineMode(String, String, Int32, Int32, Boolean, Color) Ensure that the status bar is in online mode, transitions into it if needed, and updates information applicable to such mode.
공용 메서드 UpdateStatusBar Updates the status bar colors and layout.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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