Share via


ConnectionManagerOdbcClass.ReleaseConnection 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Frees the connection established during AcquireConnection. Called at design time and runtime.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
Public Overridable Sub ReleaseConnection ( _
    varConnection As Object _
)
‘사용 방법
Dim instance As ConnectionManagerOdbcClass 
Dim varConnection As Object

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

매개 변수

구현

IDTSConnectionManager100.ReleaseConnection(Object)

주의

For more information, see ConnectionManager.

참고 항목

참조

ConnectionManagerOdbcClass 클래스

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스