RSType.GenerateUserControl Method ()

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

public UserControl GenerateUserControl()
public:
virtual UserControl^ GenerateUserControl() sealed
abstract GenerateUserControl : unit -> UserControl
override GenerateUserControl : unit -> UserControl
Public Function GenerateUserControl As UserControl

Return Value

Type: System.Windows.Forms.UserControl

The newly-instantiated user control.

Implements

IServerType.GenerateUserControl()

See Also

RSType Class
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top