Share via


QEStatusBarManager.SetCurrentDatabase Method

Updates database panel.

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

Syntax

'Declaration
Public Sub SetCurrentDatabase ( _
    database As String _
)
'Usage
Dim instance As QEStatusBarManager 
Dim database As String

instance.SetCurrentDatabase(database)
public void SetCurrentDatabase(
    string database
)
public:
void SetCurrentDatabase(
    String^ database
)
member SetCurrentDatabase : 
        database:string -> unit
public function SetCurrentDatabase(
    database : String
)

Parameters

  • database
    Type: System.String
    A string value that specifies the database.

See Also

Reference

QEStatusBarManager Class

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