IVsDataConnectionUIControl.LoadProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
void LoadProperties();
public void LoadProperties ();
abstract member LoadProperties : unit -> unit
Public Sub LoadProperties ()