OlapServerType.IServerType.GenerateUserControl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the UserControl event to generate the user control in the server.
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
Returns
A new type of server that generates user control.