Sdílet prostřednictvím


IModelElement.GetRelationships – metoda

Tento prvek vrátí seznam relací.

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

Syntaxe

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

Vrácená hodnota

Typ: System.Collections.Generic.IList<IModelRelationship>
An IList<T> of type IModelRelationshipEntry.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IModelElement Rozhraní

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

IModelRelationshipEntry