Sdílet prostřednictvím


ModelElement.GetReferencingRelationshipEntries – metoda

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

Syntaxe

'Deklarace
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>

Vrácená hodnota

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

Implementuje

IModelElement.GetReferencingRelationshipEntries()

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelElement Třída

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