IModelRelationshipEntry.Element プロパティ

参照先の要素を取得または設定します。

名前空間 :  Microsoft.Data.Schema.SchemaModel
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Property Element As IModelElement
'使用
Dim instance As IModelRelationshipEntry
Dim value As IModelElement

value = instance.Element

instance.Element = value
IModelElement Element { get; set; }
property IModelElement^ Element {
    IModelElement^ get ();
    void set (IModelElement^ value);
}
function get Element () : IModelElement
function set Element (value : IModelElement)

プロパティ値

型 : Microsoft.Data.Schema.SchemaModel.IModelElement
IModelElement を返します。

参照

参照

IModelRelationshipEntry インターフェイス

IModelRelationshipEntry メンバ

Microsoft.Data.Schema.SchemaModel 名前空間