IModelRelationship<TRelating, TRelated>.GetRelatedRelationshipEntries メソッド
関連付けられるリレーションシップ エントリの一覧を取得します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Function GetRelatedRelationshipEntries As IList(Of IModelRelationshipEntry)
'使用
Dim instance As IModelRelationship
Dim returnValue As IList(Of IModelRelationshipEntry)
returnValue = instance.GetRelatedRelationshipEntries()
IList<IModelRelationshipEntry> GetRelatedRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetRelatedRelationshipEntries()
function GetRelatedRelationshipEntries() : IList<IModelRelationshipEntry>
戻り値
型 : System.Collections.Generic.IList<IModelRelationshipEntry>
参照
参照
IModelRelationship<TRelating, TRelated> インターフェイス