Lenguaje

ILaunchFormHostProvider.CreateServiceContainerForNode Método

Definición

Proporciona un contenedor de servicio para el nodo especificado.

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

Parámetros

source
INodeInformation

La referencia de la información de un nodo.

Devoluciones

El contenedor de servicio para un nodo.

Se aplica a