Condividi tramite


Metodo ModelSchema.GetInterfaceTypeByName

Restituisce il tipo che corrisponde al nome dell'interfaccia specificato.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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

Parametri

  • modelInterfaceName
    Tipo: System.String
    Nome dell'interfaccia specificato.

Valore restituito

Tipo: System.Type
Oggetto Type che rappresenta l'interfaccia richiesta.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelSchema Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel