Condividi tramite


Proprietà ModelRelationshipClass.RelatedElement

Ottiene l'elemento "correlato", ovvero l'elemento sul lato destro della relazione.

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

Sintassi

'Dichiarazione
Public ReadOnly Property RelatedElement As Type
    Get
public Type RelatedElement { get; }
public:
property Type^ RelatedElement {
    Type^ get ();
}
member RelatedElement : Type
function get RelatedElement () : Type

Valore proprietà

Tipo: System.Type
Elemento correlato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelRelationshipClass Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel