DataConnectionUIConnector Class
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 an implementation of the IVsDataConnectionUIConnector interface.
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 |