Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the type that matches the given interface name.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetInterfaceTypeByName ( _
modelInterfaceName As String _
) As Type
public Type GetInterfaceTypeByName(
string modelInterfaceName
)
public:
Type^ GetInterfaceTypeByName(
String^ modelInterfaceName
)
member GetInterfaceTypeByName :
modelInterfaceName:string -> Type
public function GetInterfaceTypeByName(
modelInterfaceName : String
) : Type
Parameters
- modelInterfaceName
Type: System.String
The given interface name.
Return Value
Type: System.Type
A Type that represents the requested interface.
.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.