SqlServerCeType.IServerType.GenerateUserControl 메서드

Retrieves 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)

구문

‘선언
Private Function GenerateUserControl As UserControl 
    Implements IServerType.GenerateUserControl
‘사용 방법
Dim instance As SqlServerCeType 
Dim returnValue As UserControl 

returnValue = CType(instance, IServerType).GenerateUserControl()
UserControl IServerType.GenerateUserControl()
private:
virtual UserControl^ GenerateUserControl() sealed = IServerType::GenerateUserControl
private abstract GenerateUserControl : unit -> UserControl  
private override GenerateUserControl : unit -> UserControl
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

반환 값

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

구현

IServerType.GenerateUserControl()

참고 항목

참조

SqlServerCeType 클래스

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