DataConnectionSupport.GetServiceImpl, méthode (Type)

Vous permet d'obtenir des services d'implémentation.

Espace de noms :  Microsoft.VisualStudio.Data
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
Protected Overrides Function GetServiceImpl ( _
    serviceType As Type _
) As Object
protected override Object GetServiceImpl(
    Type serviceType
)
protected:
virtual Object^ GetServiceImpl(
    Type^ serviceType
) override
abstract GetServiceImpl : 
        serviceType:Type -> Object  
override GetServiceImpl : 
        serviceType:Type -> Object
protected override function GetServiceImpl(
    serviceType : Type
) : Object

Paramètres

  • serviceType
    Type : Type

    Type de données du service à implémenter.

Valeur de retour

Type : Object
L'implémentation de service.

Notes

L'implémentation de base de cette méthode fournit des valeurs par défaut pour les services suivants :

Sécurité .NET Framework

Voir aussi

Référence

DataConnectionSupport Classe

GetServiceImpl, surcharge

Microsoft.VisualStudio.Data, espace de noms