Partager via


Méthode IDTSDesigntimeComponent100.ReleaseConnections

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Sub ReleaseConnections
'Utilisation
Dim instance As IDTSDesigntimeComponent100

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

Notes

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

Voir aussi

Référence

IDTSDesigntimeComponent100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper