Método IModelRelationship.GetReferencedElements

Retorna os elementos relacionados.

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

Sintaxe

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

Valor de retorno

Tipo: System.Collections.Generic.IList<IModelElement>

Segurança do .NET Framework

Consulte também

Referência

IModelRelationship Interface

Namespace Microsoft.Data.Schema.SchemaModel