IModelElement.GetRelatingRelationshipEntries メソッド

この要素が右側にある、リレーションシップ エントリの一覧を返します。

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

構文

'宣言
Function GetRelatingRelationshipEntries As IList(Of IModelRelationshipEntry)
'使用
Dim instance As IModelElement
Dim returnValue As IList(Of IModelRelationshipEntry)

returnValue = instance.GetRelatingRelationshipEntries()
IList<IModelRelationshipEntry> GetRelatingRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetRelatingRelationshipEntries()
function GetRelatingRelationshipEntries() : IList<IModelRelationshipEntry>

戻り値

型 : System.Collections.Generic.IList<IModelRelationshipEntry>

参照

参照

IModelElement インターフェイス

IModelElement メンバ

Microsoft.Data.Schema.SchemaModel 名前空間