ILaunchFormHostProvider.CreateServiceContainerForNode 方法

定义

为指定的节点提供服务容器。

public:
 System::ComponentModel::Design::ServiceContainer ^ CreateServiceContainerForNode(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source);
public System.ComponentModel.Design.ServiceContainer CreateServiceContainerForNode (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source);
abstract member CreateServiceContainerForNode : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> System.ComponentModel.Design.ServiceContainer
Public Function CreateServiceContainerForNode (source As INodeInformation) As ServiceContainer

参数

source
INodeInformation

节点的信息的引用。

返回

节点的服务容器。

适用于