Propriedade IModelSingleRelationship.Element

Obtém ou define o elemento relacionado.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.Data.Schema.SchemaModel.IModelElement

Segurança do .NET Framework

Consulte também

Referência

IModelSingleRelationship Interface

Namespace Microsoft.Data.Schema.SchemaModel