DataSchemaModel.GetRelationshipEntrySources – metoda
Získá seznam vztah položky zdrojů.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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>
Parametry
- relationshipEntry
Typ: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
IModelRelationshipEntry Objektu.
Vrácená hodnota
Typ: System.Collections.Generic.ICollection<ISourceInformation>
An IList<T> of type IModelRelationshipEntry.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.