次の方法で共有


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
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