Freigeben über


ModelComparisonChangeDefinition.RelationshipEntriesEqual-Eigenschaft

Ruft eine Liste mit Beziehungseinträgen ab, die gleich sind.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Eigenschaftswert

Typ: System.Collections.Generic.IList<IModelRelationshipEntry>
Ein IList<T> vom Typ IModelRelationshipEntry.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelComparisonChangeDefinition Klasse

Microsoft.Data.Schema.SchemaModel-Namespace

IModelRelationshipEntry