Share via


IDataConnectionUIControl.LoadProperties Method ()

 

Loads connection property values into the data connection UI controls from an instance of the IDataConnectionProperties interface.

Namespace:   Microsoft.Data.ConnectionUI
Assembly:  Microsoft.Data.ConnectionUI (in Microsoft.Data.ConnectionUI.dll)

Syntax

void LoadProperties()
void LoadProperties()
abstract LoadProperties : unit -> unit
Sub LoadProperties

Remarks

This method is called by the Data Connection dialog box when determined that the data connection properties need to be loaded by the control.

See Also

IDataConnectionUIControl.Initialize
IDataConnectionUIControl Interface
Microsoft.Data.ConnectionUI Namespace

Return to top