次の方法で共有


MenuCommandsService コンストラクター

定義

オーバーロード

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)

パラメーター

適用対象

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[]

適用対象