AdoDotNetConnectionSupport.GetServiceImpl(Type) Méthode
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.
Permet la récupération des services d’implémentation.
protected:
override System::Object ^ GetServiceImpl(Type ^ serviceType);
protected override object GetServiceImpl (Type serviceType);
override this.GetServiceImpl : Type -> obj
Protected Overrides Function GetServiceImpl (serviceType As Type) As Object
Paramètres
- serviceType
- Type
Type de données du service à implémenter.
Retours
Retourne une instance d’objet de service.