Sdílet prostřednictvím


ModelAnnotation.GetRelationshipEntries – metoda

Vrátí vztah položky, ke kterým je připojena tuto poznámku.

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

Syntaxe

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

Vrácená hodnota

Typ: System.Collections.Generic.IList<IModelRelationshipEntry>
Seznam objektů vztah položky.

Implementuje

IModelAnnotation.GetRelationshipEntries()

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelAnnotation Třída

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

IModelElement