Méthode ConnectionManagerAdoNetClass.ReleaseConnection
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Frees the connection established during AcquireConnection. Called at design time and runtime.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Overridable Sub ReleaseConnection ( _
varConnection As Object _
)
'Utilisation
Dim instance As ConnectionManagerAdoNetClass
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
)
Paramètres
- varConnection
Type : System.Object
The connection to release.
Implémente
IDTSConnectionManager100.ReleaseConnection(Object)
Notes
For more information, see ConnectionManager.