DataSchemaModel.GetRelationshipEntrySources 方法

获取关系项源的列表。

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

语法

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

参数

返回值

类型:System.Collections.Generic.ICollection<ISourceInformation>
一个类型为 IModelRelationshipEntryIList<T>

.NET Framework 安全性

请参见

参考

DataSchemaModel 类

Microsoft.Data.Schema.SchemaModel 命名空间

IModelRelationshipEntry