Partager via


IModelSingleRelationship<TFrom, TTo>.Element, propriété

Obtient ou définit l'élément associé.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Property Element As TTo
    Get
    Set
TTo Element { get; set; }
property TTo Element {
    TTo get ();
    void set (TTo value);
}
abstract Element : 'TTo with get, set
function get Element () : TTo
function set Element (value : TTo)

Valeur de propriété

Type : TTo

Sécurité .NET Framework

Voir aussi

Référence

IModelSingleRelationship<TFrom, TTo> Interface

Element, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms