Metodo ModelElement.GetReferencingRelationshipEntries
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Function GetReferencingRelationshipEntries As IList(Of IModelRelationshipEntry)
public IList<IModelRelationshipEntry> GetReferencingRelationshipEntries()
public:
virtual IList<IModelRelationshipEntry^>^ GetReferencingRelationshipEntries() sealed
abstract GetReferencingRelationshipEntries : unit -> IList<IModelRelationshipEntry>
override GetReferencingRelationshipEntries : unit -> IList<IModelRelationshipEntry>
public final function GetReferencingRelationshipEntries() : IList<IModelRelationshipEntry>
Valore restituito
Tipo: System.Collections.Generic.IList<IModelRelationshipEntry>
Implementa
IModelElement.GetReferencingRelationshipEntries()
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.