共用方式為


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