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

'Declaration
Sub LoadProperties
void LoadProperties()
void LoadProperties()
abstract LoadProperties : unit -> unit
function 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.

.NET Framework Security

See Also

Reference

IDataConnectionUIControl Interface

Microsoft.Data.ConnectionUI Namespace

IDataConnectionUIControl.Initialize