ModelComparisonChangeDefinition.RelationshipEntriesEqual – vlastnost
Získá seznam vztah položky, které jsou rovny.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Public ReadOnly Property RelationshipEntriesEqual As IList(Of IModelRelationshipEntry)
Get
public IList<IModelRelationshipEntry> RelationshipEntriesEqual { get; }
public:
property IList<IModelRelationshipEntry^>^ RelationshipEntriesEqual {
IList<IModelRelationshipEntry^>^ get ();
}
member RelationshipEntriesEqual : IList<IModelRelationshipEntry>
function get RelationshipEntriesEqual () : IList<IModelRelationshipEntry>
Hodnota vlastnosti
Typ: System.Collections.Generic.IList<IModelRelationshipEntry>
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.
Viz také
Odkaz
ModelComparisonChangeDefinition Třída