IDTSConnectionManager100.ReleaseConnection 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Frees the connection established during AcquireConnection. Can be called at design time and runtime.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Sub ReleaseConnection ( _
    varConnection As Object _
)
'用途
Dim instance As IDTSConnectionManager100 
Dim varConnection As Object

instance.ReleaseConnection(varConnection)
void ReleaseConnection(
    Object varConnection
)
void ReleaseConnection(
    [InAttribute] Object^ varConnection
)
abstract ReleaseConnection : 
        varConnection:Object -> unit
function ReleaseConnection(
    varConnection : Object
)

參數

  • varConnection
    型別:System.Object
    The connection to release.

請參閱

參考

IDTSConnectionManager100 介面

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