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
public interface IDataConnectionUIControl
public interface class IDataConnectionUIControl
type IDataConnectionUIControl = interface end
Public Interface IDataConnectionUIControl
Methods
Name | Description | |
---|---|---|
Initialize(IDataConnectionProperties) | 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. |
See Also
IDataConnectionProperties
Microsoft.Data.ConnectionUI Namespace
DDEX Data Connection UI
DDEX Providers
Return to top