AdoDotNetMappedObjectConverter.GetProviderTypeFromNativeType (Método)

Convierte el tipo nativo al tipo específico del proveedor.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
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

Parámetros

  • nativeType
    Tipo: System.String
    Cadena que contiene el nombre del tipo nativo para convertir.

Valor devuelto

Tipo: System.Int32
El valor del tipo de proveedor, o 0 si el tipo no se puede convertir.

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetMappedObjectConverter Clase

Microsoft.VisualStudio.Data.Framework.AdoDotNet (Espacio de nombres)