IServerType.GenerateUserControl Method

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

'Declaration
Function GenerateUserControl As UserControl
'Usage
Dim instance As IServerType 
Dim returnValue As UserControl 

returnValue = instance.GenerateUserControl()
UserControl GenerateUserControl()
UserControl^ GenerateUserControl()
abstract GenerateUserControl : unit -> UserControl
function GenerateUserControl() : UserControl

Return Value

Type: System.Windows.Forms.UserControl
The newly-instantiated user control.

See Also

Reference

IServerType Interface

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace