Freigeben über


CManagedComponentWrapperClass.ReleaseConnections-Methode

Frees the connections established by the component during AcquireConnections.

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

Syntax

'Declaration
Public Overridable Sub ReleaseConnections
'Usage
Dim instance As CManagedComponentWrapperClass

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

Implementiert

IDTSDesigntimeComponent100.ReleaseConnections()

Hinweise

Since the components do not automatically connect or disconnect, this method should be called after the AcquireConnections method.

Siehe auch

Verweis

CManagedComponentWrapperClass Klasse

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace