IObjectExplorerService Interface
COM visible interface that allows control of the object explorer.
This API is not CLS-compliant.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectToServer(Object^) | Connects to the server in OE using specified connection information. |
![]() | DisconnectSelectedServer() | Disconnects the selected server node in OE. Throws if something went wrong. |
![]() | DisconnectServer(Object^) | Disconnects the server in OE matching specified connection information. |
![]() | FindNode(String^) | Retrieves the INodeInformation object for node in the object explorer hierarchy. |
![]() | GetSelectedNodes(Int32%, array<INodeInformation^>^%) | Retrieves the nodes if any are currently selected in the object explorer. |
![]() | GetService(Type^) | (Inherited from IServiceProvider.) |
![]() | NewConnection() | Makes a new connection to a server. |
![]() | SynchronizeTree(INodeInformation^) | Synchronize the tree view with the selected item. |
![]() | TryConnectToServer(Object^) | Connects to the server. |
Show:
