Metodo IModelRelationship<TFrom, TTo>.GetReferencedElements
Ottiene un elenco degli elementi correlati.
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Function GetReferencedElements As IList(Of TTo)
IList<TTo> GetReferencedElements()
IList<TTo>^ GetReferencedElements()
abstract GetReferencedElements : unit -> IList<'TTo>
function GetReferencedElements() : IList<TTo>
Valore restituito
Tipo: System.Collections.Generic.IList<TTo>
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.
Vedere anche
Riferimenti
IModelRelationship<TFrom, TTo> Interfaccia