​
​
​

The DatabaseConnectionDialog class allows the user to build connection strings and to connect to specific data sources. The DatabaseConnectionDialog is a modal dialog box which must be shown with the DatabaseConnectionDialog.ShowDialog method.

Syntax

​public class DatabaseConnectionDialog : System.Windows.Forms.Form
​Public Class DatabaseConnectionDialog
  Inherits System.Windows.Forms.Form

​ Introduced: X14.

Constructors

Constructor Description
DatabaseConnectionDialog Creates a DatabaseConnectionDialog object for the specified DocumentServer.DataSources.DataSourceManager.
​