IScriptSourcedModelElement.GetRelationshipEntrySources 方法

返回有关给定关系的源信息的集合。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Function GetRelationshipEntrySources ( _
    relationshipEntry As IModelRelationshipEntry _
) As ICollection(Of ISourceInformation)
ICollection<ISourceInformation> GetRelationshipEntrySources(
    IModelRelationshipEntry relationshipEntry
)
ICollection<ISourceInformation^>^ GetRelationshipEntrySources(
    IModelRelationshipEntry^ relationshipEntry
)
abstract GetRelationshipEntrySources : 
        relationshipEntry:IModelRelationshipEntry -> ICollection<ISourceInformation> 
function GetRelationshipEntrySources(
    relationshipEntry : IModelRelationshipEntry
) : ICollection<ISourceInformation>

参数

返回值

类型:System.Collections.Generic.ICollection<ISourceInformation>
源信息项的集合。

.NET Framework 安全性

请参见

参考

IScriptSourcedModelElement 接口

Microsoft.Data.Schema.SchemaModel 命名空间

IModelRelationshipEntry