Метод ReleaseConnections
Frees the connections established during AcquireConnections at either design time or run time.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Sub ReleaseConnections
'Применение
Dim instance As IDTSDesigntimeComponent100
instance.ReleaseConnections()
void ReleaseConnections()
void ReleaseConnections()
abstract ReleaseConnections : unit -> unit
function ReleaseConnections()
Замечания
Called repeatedly during component design, and at the end of component execution. Components should release any connections that were opened and maintained in AcquireConnections