IVsDataExplorerConnectionManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Represents the DDEX Explorer Connection Manager service.
public interface class IVsDataExplorerConnectionManager
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("8B6159D9-A634-4549-9EAC-8642744F1042")]
public interface IVsDataExplorerConnectionManager
[System.Runtime.InteropServices.Guid("8B6159D9-A634-4549-9EAC-8642744F1042")]
public interface IVsDataExplorerConnectionManager
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("8B6159D9-A634-4549-9EAC-8642744F1042")>]
type IVsDataExplorerConnectionManager = interface
[<System.Runtime.InteropServices.Guid("8B6159D9-A634-4549-9EAC-8642744F1042")>]
type IVsDataExplorerConnectionManager = interface
Public Interface IVsDataExplorerConnectionManager
- Attributes
Properties
Connections |
Gets a collection of key/value pairs containing all existing data connections. |
Methods
AddConnection(String, Guid, String, Boolean) |
Adds a new data connection with the specified properties. |
FindConnection(Guid, String, Boolean) |
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(IVsDataExplorerConnection) |
Removes an existing data connection from Server Explorer. |
SelectConnection(IVsDataExplorerConnection) |
Selects the specified data connection in Server Explorer. |