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

節點資訊的參考。

傳回

ServiceContainer

節點的服務容器。

適用於