Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Maps a native type to .NET Framework data type and returns the appropriate type instance.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
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
Parameters
- nativeType
Type: System.String
Name of the native type to map.
Return Value
Type: System.Type
Returns a .NET Framework type instance representing the mapped type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.