Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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()
Implements
IDTSDesigntimeComponent100.ReleaseConnections()
Remarks
Since the components do not automatically connect or disconnect, this method should be called after the AcquireConnections method.