DataConnectionUIControl.LoadProperties Method

Loads the properties of controls on the Data Connection dialog box, such as the data source, user ID, password, and initial catalog.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Overridable Sub LoadProperties
public virtual void LoadProperties()
public:
virtual void LoadProperties()
abstract LoadProperties : unit -> unit  
override LoadProperties : unit -> unit
public function LoadProperties()

Implements

IVsDataConnectionUIControl.LoadProperties()

Remarks

Notes to Inheritors

The derived class should override this method to populate its custom UI based on the current contents of the IVsDataConnectionUIProperties object.

.NET Framework Security

See Also

Reference

DataConnectionUIControl Class

Microsoft.VisualStudio.Data.Framework Namespace