IVsDataConnectionUIControl.LoadProperties Method
When implemented by a class, loads the properties of controls in the Data Connection dialog box, such as the data source, user ID, password, and initial catalog.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Sub LoadProperties
'Usage
Dim instance As IVsDataConnectionUIControl
instance.LoadProperties()
void LoadProperties()
void LoadProperties()
function LoadProperties()
.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
IVsDataConnectionUIControl Interface
IVsDataConnectionUIControl Members
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace