Compartir a través de


IModelElement.GetRelationships (Método)

Devuelve una lista de las relaciones de este elemento.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Function GetRelationships As IList(Of IModelRelationship)
IList<IModelRelationship> GetRelationships()
IList<IModelRelationship^>^ GetRelationships()
abstract GetRelationships : unit -> IList<IModelRelationship> 
function GetRelationships() : IList<IModelRelationship>

Valor devuelto

Tipo: System.Collections.Generic.IList<IModelRelationship>
Una interfaz IList<T> cuyo tipo es IModelRelationshipEntry.

Seguridad de .NET Framework

Vea también

Referencia

IModelElement Interfaz

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

IModelRelationshipEntry