Sdílet prostřednictvím


IModelElement.GetReferencedDanglingRelationshipEntries – metoda

Vrátí seznam položek vztah, kde je tento prvek na levé straně a neexistuje žádný prvek buď na pravé straně vztahu nebo prvek na pravé straně neexistuje v modelu.

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

Syntaxe

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