ModelStore.Element.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
Public Function GetRelationships As IList(Of IModelRelationship)
'Usage
Dim instance As ModelStore..::..Element
Dim returnValue As IList(Of IModelRelationship)

returnValue = instance.GetRelationships()
public IList<IModelRelationship> GetRelationships()
public:
virtual IList<IModelRelationship^>^ GetRelationships() sealed
public final function GetRelationships() : IList<IModelRelationship>
abstract GetRelationships : unit -> IList<IModelRelationship> 
override GetRelationships : unit -> IList<IModelRelationship> 

Return Value

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

Implements

IModelElement.GetRelationships()

.NET Framework Security

See Also

Reference

ModelStore.Element Class

ModelStore.Element Members

Microsoft.Data.Schema.SchemaModel Namespace