IVsDataExplorerConnectionManager Members
Include Protected Members
Include Inherited Members
Provides the ability to perform common tasks with data connections in Server Explorer, such as adding, removing, or finding a connection, among others.
The IVsDataExplorerConnectionManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddConnection | Adds a new data connection with the specified properties. | |
FindConnection | Searches for an existing data connection that matches the specified properties. | |
PromptAndAddConnection | Prompts the user with the connection dialog box to add a new connection in Server Explorer. | |
RemoveConnection | Removes an existing data connection from Server Explorer. | |
SelectConnection | Selects the specified data connection in Server Explorer. |
Top
Properties
Name | Description | |
---|---|---|
Connections | Gets a collection of key/value pairs containing all existing data connections. |
Top