次の方法で共有


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

ノードの情報の参照です。

戻り値

ノードのサービス コンテナーです。

適用対象