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.
Converts the native type to a Type type
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.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
A string containing the name of the native type to convert.
Return Value
Type: System.Type
A Type type, or a typeof(object) if the type cannot be converted.
.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.