IModelElement.GetRelationships メソッド
この要素のリレーションシップの一覧を返します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Function GetRelationships As IList(Of IModelRelationship)
'使用
Dim instance As IModelElement
Dim returnValue As IList(Of IModelRelationship)
returnValue = instance.GetRelationships()
IList<IModelRelationship> GetRelationships()
IList<IModelRelationship^>^ GetRelationships()
function GetRelationships() : IList<IModelRelationship>
戻り値
型 : System.Collections.Generic.IList<IModelRelationship>