Condividi tramite


Proprietà IModelSingleRelationship.Element

Ottiene o imposta l'elemento correlato.

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

Sintassi

'Dichiarazione
Property Element As IModelElement
    Get
    Set
IModelElement Element { get; set; }
property IModelElement^ Element {
    IModelElement^ get ();
    void set (IModelElement^ value);
}
abstract Element : IModelElement with get, set
function get Element () : IModelElement
function set Element (value : IModelElement)

Valore proprietà

Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IModelSingleRelationship Interfaccia

Spazio dei nomi Microsoft.Data.Schema.SchemaModel