Partilhar via


Método IModelElement.GetReferencedRelationshipEntries

Retorna uma lista de entradas de relacionamento, onde esse elemento está no lado esquerdo.

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

Sintaxe

'Declaração
Function GetReferencedRelationshipEntries As IList(Of IModelRelationshipEntry)
IList<IModelRelationshipEntry> GetReferencedRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetReferencedRelationshipEntries()
abstract GetReferencedRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
function GetReferencedRelationshipEntries() : IList<IModelRelationshipEntry>

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

IModelElement Interface

Namespace Microsoft.Data.Schema.SchemaModel

IModelRelationshipEntry