ModelSchema.GetInterfaceTypeByName 方法

返回与给定接口名称匹配的类型。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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

参数

  • modelInterfaceName
    类型:System.String
    给定接口名称。

返回值

类型:System.Type
一个 Type,表示所请求的接口。

.NET Framework 安全性

请参见

参考

ModelSchema 类

Microsoft.Data.Schema.SchemaModel 命名空间