Share via


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
'Usage
Dim instance As DataConnectionUIControl

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

DataConnectionUIControl Members

Microsoft.VisualStudio.Data.Framework Namespace