IServerType.GenerateUserControl 메서드

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

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Function GenerateUserControl As UserControl
‘사용 방법
Dim instance As IServerType 
Dim returnValue As UserControl 

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

반환 값

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

참고 항목

참조

IServerType 인터페이스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스