SqlServerCeType.IServerType.GenerateUserControl Method

Definition

Retrieves a newly-instantiated user control that is displayed on the Connection Properties tab of the advanced view of the connection dialog box.

 virtual System::Windows::Forms::UserControl ^ Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.GenerateUserControl() = Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType::GenerateUserControl;
System.Windows.Forms.UserControl IServerType.GenerateUserControl ();
abstract member Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.GenerateUserControl : unit -> System.Windows.Forms.UserControl
override this.Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.GenerateUserControl : unit -> System.Windows.Forms.UserControl
Function GenerateUserControl () As UserControl Implements IServerType.GenerateUserControl

Returns

The newly-instantiated user control.

Implements

Applies to