Método IModelElement.GetReferencedDanglingRelationshipEntries

Retorna uma lista de entradas de relacionamento, onde este elemento aparece no lado esquerdo e não há nenhum elemento tanto no lado direito da relação ou o elemento à direita não existe no modelo.

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

Sintaxe

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