MenuCommandsService 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| 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[]