Aracılığıyla paylaş


IDTSManagedComponentHost100.HostReleaseConnections Yöntemi

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)

Sözdizimi

'Bildirim
Sub HostReleaseConnections ( _
    pWrapper As IDTSManagedComponentWrapper100 _
)
'Kullanım
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
)