Condividi tramite


Metodo IModelElement.GetRelationships

Restituisce un elenco delle relazioni in questo elemento.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore restituito

Tipo: System.Collections.Generic.IList<IModelRelationship>
Oggetto IList<T> di tipo IModelRelationshipEntry.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IModelElement Interfaccia

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

IModelRelationshipEntry