ModelElement.GetReferencedRelationshipEntries Method
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetReferencedRelationshipEntries As IList(Of IModelRelationshipEntry)
public IList<IModelRelationshipEntry> GetReferencedRelationshipEntries()
public:
virtual IList<IModelRelationshipEntry^>^ GetReferencedRelationshipEntries() sealed
abstract GetReferencedRelationshipEntries : unit -> IList<IModelRelationshipEntry>
override GetReferencedRelationshipEntries : unit -> IList<IModelRelationshipEntry>
public final function GetReferencedRelationshipEntries() : IList<IModelRelationshipEntry>
Return Value
Type: System.Collections.Generic.IList<IModelRelationshipEntry>
Implements
IModelElement.GetReferencedRelationshipEntries()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.