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