IObjectExplorerService.DisconnectServer 메서드

Disconnects the server in OE matching specified connection information.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Sub DisconnectServer ( _
    connectionInfo As Object _
)
‘사용 방법
Dim instance As IObjectExplorerService 
Dim connectionInfo As Object

instance.DisconnectServer(connectionInfo)
void DisconnectServer(
    Object connectionInfo
)
void DisconnectServer(
    Object^ connectionInfo
)
abstract DisconnectServer : 
        connectionInfo:Object -> unit
function DisconnectServer(
    connectionInfo : Object
)

매개 변수

  • connectionInfo
    유형: System.Object
    Throws if something went wrong, does nothing if the server is not connected

참고 항목

참조

IObjectExplorerService 인터페이스

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