次の方法で共有


ManagedWrapper.ReleaseConnection メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ラッパーに関連付けられている接続を解放します。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public Sub ReleaseConnection ( _
    connection As Object _
)
'使用
Dim instance As ManagedWrapper 
Dim connection As Object

instance.ReleaseConnection(connection)
public void ReleaseConnection(
    Object connection
)
public:
virtual void ReleaseConnection(
    Object^ connection
) sealed
abstract ReleaseConnection : 
        connection:Object -> unit  
override ReleaseConnection : 
        connection:Object -> unit
public final function ReleaseConnection(
    connection : Object
)

パラメーター

実装

IDTSConnectionManager100.ReleaseConnection(Object)

関連項目

参照

ManagedWrapper クラス

Microsoft.SqlServer.Dts.Runtime 名前空間