IScriptSourcedModelElement.GetRelationshipEntrySources-Methode
Gibt eine Auflistung von Quellinformationen zur angegebenen Beziehung zurück.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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>
Parameter
- relationshipEntry
Typ: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Ein IModelRelationshipEntry-Objekt.
Rückgabewert
Typ: System.Collections.Generic.ICollection<ISourceInformation>
Eine Auflistung von Quellinformationselementen.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
IScriptSourcedModelElement Schnittstelle