IManagedConnection Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie l’interface d’une connexion gérée.
public interface class IManagedConnection : IDisposable
public interface IManagedConnection : IDisposable
type IManagedConnection = interface
interface IDisposable
Public Interface IManagedConnection
Implements IDisposable
- Implémente
Propriétés
| Nom | Description |
|---|---|
| Connection |
Ça obtient la connexion gérée. |
Méthodes
| Nom | Description |
|---|---|
| Close() |
Ça ferme la connexion gérée. |