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