Sdílet prostřednictvím


ModelElement.GetReferencedDanglingRelationshipEntries – metoda

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

Syntaxe

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

Vrácená hodnota

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

Implementuje

IModelElement.GetReferencedDanglingRelationshipEntries()

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelElement Třída

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