OlapServerType.IServerType.GenerateUserControl 메서드

정의

서버에서 사용자 정의 컨트롤을 생성하기 위해 UserControl 이벤트를 발생시킵니다.

 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

반환

사용자 정의 컨트롤을 생성하는 서버의 새 유형입니다.

구현

적용 대상