Aracılığıyla paylaş


DataSchemaModel.GetRelationshipEntrySources Yöntem

Giriş kaynakları ilişki listesini alır.

Ad alanı:  Microsoft.Data.Schema.SchemaModel
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
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>

Parametreler

Dönüş Değeri

Tür: System.Collections.Generic.ICollection<ISourceInformation>
An IList<T> of type IModelRelationshipEntry.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DataSchemaModel Sınıf

Microsoft.Data.Schema.SchemaModel Ad Alanı

IModelRelationshipEntry