IDataConnectionUIControl Interface

Definition

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.

public interface class IDataConnectionUIControl
public interface IDataConnectionUIControl
type IDataConnectionUIControl = interface
Public Interface IDataConnectionUIControl
Derived

Methods

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.

Applies to