QEStatusBarManager.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.

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

구문

‘선언
Public Sub TransitionIntoOnlineMode ( _
    serverNameText As String, _
    userNameText As String, _
    openConnectionCount As Integer, _
    totalConnectionCount As Integer _
)
‘사용 방법
Dim instance As QEStatusBarManager 
Dim serverNameText As String 
Dim userNameText As String 
Dim openConnectionCount As Integer 
Dim totalConnectionCount As Integer

instance.TransitionIntoOnlineMode(serverNameText, _
    userNameText, openConnectionCount, _
    totalConnectionCount)
public void TransitionIntoOnlineMode(
    string serverNameText,
    string userNameText,
    int openConnectionCount,
    int totalConnectionCount
)
public:
void TransitionIntoOnlineMode(
    String^ serverNameText, 
    String^ userNameText, 
    int openConnectionCount, 
    int totalConnectionCount
)
member TransitionIntoOnlineMode : 
        serverNameText:string * 
        userNameText:string * 
        openConnectionCount:int * 
        totalConnectionCount:int -> unit
public function TransitionIntoOnlineMode(
    serverNameText : String, 
    userNameText : String, 
    openConnectionCount : int, 
    totalConnectionCount : int
)

매개 변수

  • serverNameText
    유형: System.String
    A string value that specifies the name of the server (group).
  • userNameText
    유형: System.String
    A string value that specifies the name of the user.
  • openConnectionCount
    유형: System.Int32
    An integer value that specifies the number of open connections.
  • totalConnectionCount
    유형: System.Int32
    An integer value that specifies the total number of connections.

참고 항목

참조

QEStatusBarManager 클래스

TransitionIntoOnlineMode 오버로드

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