Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.