QEStatusBarManager.SetCurrentDatabase 메서드

Updates database panel.

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

구문

‘선언
Public Sub SetCurrentDatabase ( _
    database As String _
)
‘사용 방법
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
)

매개 변수

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

참고 항목

참조

QEStatusBarManager 클래스

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