Sdílet prostřednictvím


ModelElement.GetReferencedRelationshipEntries – metoda

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

Syntaxe

'Deklarace
Public Function GetReferencedRelationshipEntries As IList(Of IModelRelationshipEntry)
public IList<IModelRelationshipEntry> GetReferencedRelationshipEntries()
public:
virtual IList<IModelRelationshipEntry^>^ GetReferencedRelationshipEntries() sealed
abstract GetReferencedRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
override GetReferencedRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
public final function GetReferencedRelationshipEntries() : IList<IModelRelationshipEntry>

Vrácená hodnota

Typ: System.Collections.Generic.IList<IModelRelationshipEntry>

Implementuje

IModelElement.GetReferencedRelationshipEntries()

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelElement Třída

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