ModelSchema.GetInterfaceTypeByName (Método)

Devuelve el tipo que coincide con el nombre de interfaz especificado.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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

Parámetros

  • modelInterfaceName
    Tipo: System.String
    Nombre de la interfaz especificada.

Valor devuelto

Tipo: System.Type
Un objeto Type que representa la interfaz solicitada.

Seguridad de .NET Framework

Vea también

Referencia

ModelSchema Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)