共用方式為


HostReleaseConnections 方法

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Sub HostReleaseConnections ( _
    pWrapper As IDTSManagedComponentWrapper100 _
)
'用途
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100

instance.HostReleaseConnections(pWrapper)
void HostReleaseConnections(
    IDTSManagedComponentWrapper100 pWrapper
)
void HostReleaseConnections(
    [InAttribute] IDTSManagedComponentWrapper100^ pWrapper
)
abstract HostReleaseConnections : 
        pWrapper:IDTSManagedComponentWrapper100 -> unit 
function HostReleaseConnections(
    pWrapper : IDTSManagedComponentWrapper100
)