Sdílet prostřednictvím


IModelAnnotation.GetRelationshipEntries – metoda

Vrátí seznam 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
Function GetRelationshipEntries As IList(Of IModelRelationshipEntry)
IList<IModelRelationshipEntry> GetRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetRelationshipEntries()
abstract GetRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
function GetRelationshipEntries() : 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

IModelAnnotation Rozhraní

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

IModelRelationshipEntry