此 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)