MenuCommandsService Constructors
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.
Overloads
| MenuCommandsService() | |
| MenuCommandsService(MenuCommandsService) | |
| MenuCommandsService(ServiceProvider) | |
| MenuCommandsService(MenuCommand[]) |
MenuCommandsService()
public:
MenuCommandsService();
public MenuCommandsService();
Public Sub New ()
Applies to
MenuCommandsService(MenuCommandsService)
public:
MenuCommandsService(Microsoft::SqlServer::Management::UI::VSIntegration::MenuCommandsService ^ value);
public MenuCommandsService(Microsoft.SqlServer.Management.UI.VSIntegration.MenuCommandsService value);
new Microsoft.SqlServer.Management.UI.VSIntegration.MenuCommandsService : Microsoft.SqlServer.Management.UI.VSIntegration.MenuCommandsService -> Microsoft.SqlServer.Management.UI.VSIntegration.MenuCommandsService
Public Sub New (value As MenuCommandsService)
Parameters
- value
- MenuCommandsService
Applies to
MenuCommandsService(ServiceProvider)
public:
MenuCommandsService(Microsoft::SqlServer::Management::UI::VSIntegration::ServiceProvider ^ serviceProvider);
public MenuCommandsService(Microsoft.SqlServer.Management.UI.VSIntegration.ServiceProvider serviceProvider);
new Microsoft.SqlServer.Management.UI.VSIntegration.MenuCommandsService : Microsoft.SqlServer.Management.UI.VSIntegration.ServiceProvider -> Microsoft.SqlServer.Management.UI.VSIntegration.MenuCommandsService
Public Sub New (serviceProvider As ServiceProvider)
Parameters
- serviceProvider
- ServiceProvider
Applies to
MenuCommandsService(MenuCommand[])
public:
MenuCommandsService(cli::array <System::ComponentModel::Design::MenuCommand ^> ^ value);
public MenuCommandsService(System.ComponentModel.Design.MenuCommand[] value);
new Microsoft.SqlServer.Management.UI.VSIntegration.MenuCommandsService : System.ComponentModel.Design.MenuCommand[] -> Microsoft.SqlServer.Management.UI.VSIntegration.MenuCommandsService
Public Sub New (value As MenuCommand())
Parameters
- value
- MenuCommand[]