Condividi tramite


Metodo IModelElement.GetReferencingRelationshipEntries

Restituisce un elenco di voci di relazione in cui questo elemento si trova sul lato destro.

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

Sintassi

'Dichiarazione
Function GetReferencingRelationshipEntries As IList(Of IModelRelationshipEntry)
IList<IModelRelationshipEntry> GetReferencingRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetReferencingRelationshipEntries()
abstract GetReferencingRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
function GetReferencingRelationshipEntries() : IList<IModelRelationshipEntry>

Valore restituito

Tipo: System.Collections.Generic.IList<IModelRelationshipEntry>
Oggetto IList<T> di tipo IModelRelationshipEntry.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IModelElement Interfaccia

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

IModelRelationshipEntry