IModelElement.GetReferencingRelationshipEntries – metoda
Vrátí seznam vztah položky, kde je tento prvek na pravé straně.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Function GetReferencingRelationshipEntries As IList(Of IModelRelationshipEntry)
IList<IModelRelationshipEntry> GetReferencingRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetReferencingRelationshipEntries()
abstract GetReferencingRelationshipEntries : unit -> IList<IModelRelationshipEntry>
function GetReferencingRelationshipEntries() : IList<IModelRelationshipEntry>
Vrácená hodnota
Typ: System.Collections.Generic.IList<IModelRelationshipEntry>
An IList<T> of type IModelRelationshipEntry.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.