IDTSConnectionManager100.ReleaseConnection Method
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see ConnectionManager.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub ReleaseConnection ( _
varConnection As Object _
)
'Usage
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
)
Parameters
- varConnection
Type: System.Object