Share via


QEStatusBarManager.TransitionIntoOnlineMode Method (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.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Public Sub TransitionIntoOnlineMode ( _
    serverNameText As String, _
    userNameText As String, _
    openConnectionCount As Integer, _
    totalConnectionCount As Integer _
)
'Usage
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
)

Parameters

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

See Also

Reference

QEStatusBarManager Class

TransitionIntoOnlineMode Overload

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace