MenuCommandsService Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| MenuCommandsService() | |
| MenuCommandsService(MenuCommandsService) | |
| MenuCommandsService(ServiceProvider) | |
| MenuCommandsService(MenuCommand[]) |
MenuCommandsService()
public:
MenuCommandsService();
public MenuCommandsService ();
Public Sub New ()
S’applique à
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)
Paramètres
- value
- MenuCommandsService
S’applique à
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)
Paramètres
- serviceProvider
- ServiceProvider
S’applique à
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())
Paramètres
- value
- MenuCommand[]