Condividi tramite


Metodo IModelElement.GetReferencedRelationshipEntries

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

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

Sintassi

'Dichiarazione
Function GetReferencedRelationshipEntries As IList(Of IModelRelationshipEntry)
IList<IModelRelationshipEntry> GetReferencedRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetReferencedRelationshipEntries()
abstract GetReferencedRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
function GetReferencedRelationshipEntries() : 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