Share via


IModelElement.GetRelationships Method

Returns a list of the relationships of this element.

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

Syntax

'Declaration
Function GetRelationships As IList(Of IModelRelationship)
'Usage
Dim instance As IModelElement 
Dim returnValue As IList(Of IModelRelationship)

returnValue = instance.GetRelationships()
IList<IModelRelationship> GetRelationships()
IList<IModelRelationship^>^ GetRelationships()
function GetRelationships() : IList<IModelRelationship>

Return Value

Type: System.Collections.Generic.IList<IModelRelationship>

.NET Framework Security

See Also

Reference

IModelElement Interface

IModelElement Members

Microsoft.Data.Schema.SchemaModel Namespace