Sdílet prostřednictvím


IModelElement.GetReferencedRelationshipEntries – metoda

Vrátí seznam vztah položky, kde je tento prvek na levé straně.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Vrácená hodnota

Typ: System.Collections.Generic.IList<IModelRelationshipEntry>
An IList<T> of type IModelRelationshipEntry.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IModelElement Rozhraní

Microsoft.Data.Schema.SchemaModel – obor názvů

IModelRelationshipEntry