AdoDotNetObjectConceptMapper.GetFrameworkTypeFromNativeType, méthode
Mappe un type natif au type de données d' .NET Framework et retourne le type approprié instance.
Espace de noms : Microsoft.VisualStudio.Data.AdoDotNet
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Protected Overridable Function GetFrameworkTypeFromNativeType ( _
nativeType As String _
) As Type
protected virtual Type GetFrameworkTypeFromNativeType(
string nativeType
)
protected:
virtual Type^ GetFrameworkTypeFromNativeType(
String^ nativeType
)
abstract GetFrameworkTypeFromNativeType :
nativeType:string -> Type
override GetFrameworkTypeFromNativeType :
nativeType:string -> Type
protected function GetFrameworkTypeFromNativeType(
nativeType : String
) : Type
Paramètres
- nativeType
Type : System.String
Nom du type natif à la carte.
Valeur de retour
Type : System.Type
Retourne une instance de type. NET Framework qui représente le type mappé.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.