共用方式為


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 命名空間