Share via


ModelSchema.GetInterfaceTypeByName-Methode

Gibt den Typ zurück, der dem angegebenen Schnittstellennamen entspricht.

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

Parameter

  • modelInterfaceName
    Typ: System.String
    Der angegebene Schnittstellenname.

Rückgabewert

Typ: System.Type
Ein Type-Element, das die angeforderte Schnittstelle darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelSchema Klasse

Microsoft.Data.Schema.SchemaModel-Namespace