QEStatusBarManager.SetKnownState 메서드 (QEStatusBarKnownStates)

Transitions the status bar into one of its known states. This class manages both the icon and the text for those states.

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

구문

‘선언
Public Function SetKnownState ( _
    newState As QEStatusBarKnownStates _
) As String
‘사용 방법
Dim instance As QEStatusBarManager 
Dim newState As QEStatusBarKnownStates 
Dim returnValue As String 

returnValue = instance.SetKnownState(newState)
public string SetKnownState(
    QEStatusBarKnownStates newState
)
public:
String^ SetKnownState(
    QEStatusBarKnownStates newState
)
member SetKnownState : 
        newState:QEStatusBarKnownStates -> string
public function SetKnownState(
    newState : QEStatusBarKnownStates
) : String

매개 변수

반환 값

유형: System.String
A string value that specifies the new status.

참고 항목

참조

QEStatusBarManager 클래스

SetKnownState 오버로드

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