IScriptSourcedElement.GetRelationshipEntrySources メソッド

リレーションシップ エントリのリレーションシップ エントリ ソースの一覧を返します。

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

構文

'宣言
Function GetRelationshipEntrySources ( _
    relationshipEntry As IModelRelationshipEntry _
) As IList(Of RelationshipEntrySource)
'使用
Dim instance As IScriptSourcedElement
Dim relationshipEntry As IModelRelationshipEntry
Dim returnValue As IList(Of RelationshipEntrySource)

returnValue = instance.GetRelationshipEntrySources(relationshipEntry)
IList<RelationshipEntrySource> GetRelationshipEntrySources(
    IModelRelationshipEntry relationshipEntry
)
IList<RelationshipEntrySource^>^ GetRelationshipEntrySources(
    IModelRelationshipEntry^ relationshipEntry
)
function GetRelationshipEntrySources(
    relationshipEntry : IModelRelationshipEntry
) : IList<RelationshipEntrySource>

パラメータ

戻り値

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

参照

参照

IScriptSourcedElement インターフェイス

IScriptSourcedElement メンバ

Microsoft.Data.Schema.SchemaModel 名前空間