Aracılığıyla paylaş


IScriptSourcedModelElement.GetRelationshipEntrySources Yöntem

Verilen ilişkiyle ilgili kaynak bilgiler koleksiyonunu döndürür.

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

Sözdizimi

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

Parametreler

Dönüş Değeri

Tür: System.Collections.Generic.ICollection<ISourceInformation>
Kaynak bilgileri öğe koleksiyonu.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IScriptSourcedModelElement Arabirim

Microsoft.Data.Schema.SchemaModel Ad Alanı

IModelRelationshipEntry