Sdílet prostřednictvím


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

Viz také

Odkaz

ModelComparisonChangeDefinition Třída

Microsoft.Data.Schema.SchemaModel – obor názvů

IModelRelationshipEntry