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.