Freigeben über


IModelElement.GetRelationships-Methode

Gibt eine Liste der Beziehungen in diesem Element zurück.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Function GetRelationships As IList(Of IModelRelationship)
IList<IModelRelationship> GetRelationships()
IList<IModelRelationship^>^ GetRelationships()
abstract GetRelationships : unit -> IList<IModelRelationship> 
function GetRelationships() : IList<IModelRelationship>

Rückgabewert

Typ: System.Collections.Generic.IList<IModelRelationship>
Eine IList<T> vom Typ IModelRelationshipEntry.

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelElement Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace

IModelRelationshipEntry