Метод ManagedComponentHost.HostReleaseConnections
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Releases the host connection.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)
Синтаксис
'Декларация
Public Sub HostReleaseConnections ( _
wrapper As IDTSManagedComponentWrapper100 _
)
'Применение
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
instance.HostReleaseConnections(wrapper)
public void HostReleaseConnections(
IDTSManagedComponentWrapper100 wrapper
)
public:
virtual void HostReleaseConnections(
IDTSManagedComponentWrapper100^ wrapper
) sealed
abstract HostReleaseConnections :
wrapper:IDTSManagedComponentWrapper100 -> unit
override HostReleaseConnections :
wrapper:IDTSManagedComponentWrapper100 -> unit
public final function HostReleaseConnections(
wrapper : IDTSManagedComponentWrapper100
)
Параметры
- wrapper
Тип: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
Реализует
IDTSManagedComponentHost100.HostReleaseConnections(IDTSManagedComponentWrapper100)