Metodo ModelStore.GetIdentifierHandleTarget
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Function GetIdentifierHandleTarget ( _
handle As ModelIdentifierHandle _
) As ModelIdentifier
public ModelIdentifier GetIdentifierHandleTarget(
ModelIdentifierHandle handle
)
public:
ModelIdentifier^ GetIdentifierHandleTarget(
ModelIdentifierHandle^ handle
)
member GetIdentifierHandleTarget :
handle:ModelIdentifierHandle -> ModelIdentifier
public function GetIdentifierHandleTarget(
handle : ModelIdentifierHandle
) : ModelIdentifier
Parametri
Valore restituito
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.