Metodo IDTSDesigntimeComponent100.ReleaseConnections

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Sub ReleaseConnections
'Utilizzo
Dim instance As IDTSDesigntimeComponent100

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

Osservazioni

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

Vedere anche

Riferimento

IDTSDesigntimeComponent100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper