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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDataConnectionUIControl Interface