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
Public method 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.
Public method 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

IDataConnectionProperties

Other Resources

DDEX Data Connection UI

DDEX Providers