IVsDataExplorerConnectionManager Interface

Definition

Important

This API is not CLS-compliant.

Provides the ability to perform common tasks with data connections in Server Explorer, such as adding, removing, or finding a connection, among others.

public interface class IVsDataExplorerConnectionManager
[System.CLSCompliant(false)]
[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
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.

Applies to