共用方式為


IDTSDesigntimeComponent100.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.

請參閱

參考

IDTSDesigntimeComponent100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間