IDataConnectionUIControl Interface
Provides a set of methods and properties through which the Data Connection dialog box interacts with a third-party data connection user interface (UI) control, which is shown as the body of the Data Connection dialog box.
Namespace: Microsoft.Data.ConnectionUI
Assembly: Microsoft.Data.ConnectionUI (in Microsoft.Data.ConnectionUI.dll)
Syntax
'Declaration
Public Interface IDataConnectionUIControl
public interface IDataConnectionUIControl
public interface class IDataConnectionUIControl
type IDataConnectionUIControl = interface end
public interface IDataConnectionUIControl
The IDataConnectionUIControl type exposes the following members.
Methods
Name | Description | |
---|---|---|
Initialize | Initializes the data connection user interface (UI) control with an instance of the IDataConnectionProperties interface, which serves as the store for the data shown on the data connection UI control. | |
LoadProperties | Loads connection property values into the data connection UI controls from an instance of the IDataConnectionProperties interface. |
Top
See Also
Reference
Microsoft.Data.ConnectionUI Namespace