DataConnectionUIConnector Class

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 ref class DataConnectionUIConnector : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<IServiceProvider ^>, Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataConnectionUIConnector
public class DataConnectionUIConnector : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<IServiceProvider>, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionUIConnector
type DataConnectionUIConnector = class
    interface IVsDataConnectionUIConnector
    interface IVsDataSiteableObject<IServiceProvider>
Public Class DataConnectionUIConnector
Implements IVsDataConnectionUIConnector, IVsDataSiteableObject(Of IServiceProvider)
Inheritance
DataConnectionUIConnector
Implements

Constructors

DataConnectionUIConnector()

Initializes a new instance of the DataConnectionUIConnector class.

Properties

ServiceProvider

Gets the service provider.

Methods

Connect(IVsDataConnection)

Opens the data connection in the context of a connection UI (for example, the data connection dialog box).

Explicit Interface Implementations

IVsDataSiteableObject<IServiceProvider>.Site

Applies to