Freigeben über


IDTSDesigntimeComponent100.ReleaseConnections-Methode

Frees the connections established during AcquireConnections at either design time or run time.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Sub ReleaseConnections
'Usage
Dim instance As IDTSDesigntimeComponent100

instance.ReleaseConnections()
void ReleaseConnections()
void ReleaseConnections()
abstract ReleaseConnections : unit -> unit
function ReleaseConnections()

Hinweise

Called repeatedly during component design, and at the end of component execution. Components should release any connections that were opened and maintained in AcquireConnections.

Siehe auch

Verweis

IDTSDesigntimeComponent100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace