IVsDataConnectionUIControl 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 a control for configuring data connection properties in the context of a connection UI (e.g. the data connection dialog).
public interface class IVsDataConnectionUIControl : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataConnectionUIProperties ^>
public interface IVsDataConnectionUIControl : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionUIProperties>
type IVsDataConnectionUIControl = interface
interface IVsDataSiteableObject<IVsDataConnectionUIProperties>
Public Interface IVsDataConnectionUIControl
Implements IVsDataSiteableObject(Of IVsDataConnectionUIProperties)
- Derived
- Implements
Properties
Control |
When implemented by a class, gets the current user control as a UserControl object. |
Site |
Gets or sets the site. (Inherited from IVsDataSiteableObject<T>) |
Methods
LoadProperties() |
When implemented by a class, loads the properties of controls in the Data Connection dialog box, such as the data source, user ID, password, and initial catalog. |