Método IModelElement.GetReferencingRelationshipEntries

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

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

Sintaxe

'Declaração
Function GetReferencingRelationshipEntries As IList(Of IModelRelationshipEntry)
IList<IModelRelationshipEntry> GetReferencingRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetReferencingRelationshipEntries()
abstract GetReferencingRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
function GetReferencingRelationshipEntries() : 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