Sdílet prostřednictvím


IModelSingleRelationship.Element – vlastnost

Získá nebo nastaví souvisejících prvků.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.SchemaModel.IModelElement

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IModelSingleRelationship Rozhraní

Microsoft.Data.Schema.SchemaModel – obor názvů