IVsDataConnectionUIConnector Interface

Definition

Provides the ability to customize the behavior of opening a connection when in the context of a connection UI (for example, the data connection dialog box).

public interface class IVsDataConnectionUIConnector
[Microsoft.VisualStudio.Data.Core.DataDefaultObject("C58E1B8D-9723-40c8-8B11-9DDAF0B393BA")]
public interface IVsDataConnectionUIConnector
[<Microsoft.VisualStudio.Data.Core.DataDefaultObject("C58E1B8D-9723-40c8-8B11-9DDAF0B393BA")>]
type IVsDataConnectionUIConnector = interface
Public Interface IVsDataConnectionUIConnector
Derived
Attributes

Methods

Connect(IVsDataConnection)

When implemented by a class, opens the data connection in the context of a connection UI (for example, the data connection dialog box).

Applies to