Поделиться через


Метод ReleaseConnections

Frees the connections established by the component during AcquireConnections.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Public Overridable Sub ReleaseConnections
'Применение
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()

Реализует

IDTSDesigntimeComponent100. . :: . .ReleaseConnections() () () ()

Замечания

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