MenuCommandsService 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
MenuCommandsService() | |
MenuCommandsService(MenuCommandsService) | |
MenuCommandsService(ServiceProvider) | |
MenuCommandsService(MenuCommand[]) |
MenuCommandsService()
public:
MenuCommandsService();
public MenuCommandsService ();
Public Sub New ()
适用于
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)
参数
- value
- MenuCommandsService
适用于
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)
参数
- serviceProvider
- ServiceProvider
适用于
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())
参数
- value
- MenuCommand[]