Compartir a través de


IModelSingleRelationship.Element (Propiedad)

Obtiene o establece el elemento relacionado.

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

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement

Seguridad de .NET Framework

Vea también

Referencia

IModelSingleRelationship Interfaz

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