Método IModelElement.GetRelationships

Retorna uma lista das relações nesse elemento.

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

Sintaxe

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

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

IModelElement Interface

Namespace Microsoft.Data.Schema.SchemaModel

IModelRelationshipEntry