Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the UserControl event to generate the user control in the server.
Namespace: Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly: ConnectionDlg (in ConnectionDlg.dll)
Syntax
'Declaration
Private Function GenerateUserControl As UserControl
Implements IServerType.GenerateUserControl
'Usage
Dim instance As OlapServerType
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System.Windows.Forms.UserControl
A new type of server that generates user control.
Implements
IServerType.GenerateUserControl()