QEStatusBarManager.SetKnownState 메서드

정의

상태 표시줄을 알려진 상태 중 하나로 전환합니다. 이 클래스는 이러한 상태의 아이콘과 텍스트를 모두 관리합니다.

오버로드

SetKnownState(QEStatusBarKnownStates, Int32, Int32)

상태 표시줄을 알려진 상태 중 하나로 전환합니다. 이 클래스는 이러한 상태의 아이콘과 텍스트를 모두 관리합니다.

SetKnownState(QEStatusBarKnownStates)

상태 표시줄을 알려진 상태 중 하나로 전환합니다. 이 클래스는 이러한 상태의 아이콘과 텍스트를 모두 관리합니다.

SetKnownState(QEStatusBarKnownStates, Int32, Int32)

상태 표시줄을 알려진 상태 중 하나로 전환합니다. 이 클래스는 이러한 상태의 아이콘과 텍스트를 모두 관리합니다.

public:
 System::String ^ SetKnownState(Microsoft::SqlServer::Management::UI::VSIntegration::Editors::QEStatusBarKnownStates newState, int openConnectionCount, int totalConnectionCount);
public string SetKnownState (Microsoft.SqlServer.Management.UI.VSIntegration.Editors.QEStatusBarKnownStates newState, int openConnectionCount, int totalConnectionCount);
member this.SetKnownState : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.QEStatusBarKnownStates * int * int -> string
Public Function SetKnownState (newState As QEStatusBarKnownStates, openConnectionCount As Integer, totalConnectionCount As Integer) As String

매개 변수

openConnectionCount
Int32

열린 연결 수를 지정하는 정수 값입니다.

totalConnectionCount
Int32

총 연결 수를 지정하는 정수 값입니다.

반환

새 상태를 지정하는 문자열입니다.

적용 대상

SetKnownState(QEStatusBarKnownStates)

상태 표시줄을 알려진 상태 중 하나로 전환합니다. 이 클래스는 이러한 상태의 아이콘과 텍스트를 모두 관리합니다.

public:
 System::String ^ SetKnownState(Microsoft::SqlServer::Management::UI::VSIntegration::Editors::QEStatusBarKnownStates newState);
public string SetKnownState (Microsoft.SqlServer.Management.UI.VSIntegration.Editors.QEStatusBarKnownStates newState);
member this.SetKnownState : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.QEStatusBarKnownStates -> string
Public Function SetKnownState (newState As QEStatusBarKnownStates) As String

매개 변수

반환

새 상태를 지정하는 문자열 값입니다.

적용 대상