Compartir a través de


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

Sub LoadProperties

Dim instance As IDataConnectionUIControl

instance.LoadProperties()
void LoadProperties()
void LoadProperties()
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.

Permissions

See Also

Reference

IDataConnectionUIControl Interface

IDataConnectionUIControl Members

Microsoft.Data.ConnectionUI Namespace

IDataConnectionUIControl.Initialize