AdoDotNetObjectConceptMapper.GetProviderTypeFromNativeType, méthode

Mappe un type natif à un type de données spécifique au fournisseur.

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

Syntaxe

'Déclaration
Protected Overridable Function GetProviderTypeFromNativeType ( _
    nativeType As String _
) As Integer
protected virtual int GetProviderTypeFromNativeType(
    string nativeType
)
protected:
virtual int GetProviderTypeFromNativeType(
    String^ nativeType
)
abstract GetProviderTypeFromNativeType : 
        nativeType:string -> int  
override GetProviderTypeFromNativeType : 
        nativeType:string -> int
protected function GetProviderTypeFromNativeType(
    nativeType : String
) : int

Paramètres

  • nativeType
    Type : String

    Nom du type natif à la carte.

Valeur de retour

Type : Int32
Type du fournisseur.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetObjectConceptMapper Classe

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms