IVsDataConnectionUIConnector 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.
Represents the ability to customize the behavior of opening a connection when in the context of a connection UI (e.g. the data connection dialog).
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). |