Método IModelRelationship.GetReferencedRelationshipEntries

Retorna as entradas de relação.

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>

Segurança do .NET Framework

Consulte também

Referência

IModelRelationship Interface

Namespace Microsoft.Data.Schema.SchemaModel