Freigeben über


ModelComparisonChangeDefinition.RelationshipEntriesOrderChanged-Eigenschaft

Ruft eine Liste mit Beziehungseinträgen im Zielelement ab, deren Eintragsreihenfolge sich geändert hat.

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

Syntax

'Declaration
Public ReadOnly Property RelationshipEntriesOrderChanged As IList(Of IModelRelationshipEntry)
    Get
public IList<IModelRelationshipEntry> RelationshipEntriesOrderChanged { get; }
public:
property IList<IModelRelationshipEntry^>^ RelationshipEntriesOrderChanged {
    IList<IModelRelationshipEntry^>^ get ();
}
member RelationshipEntriesOrderChanged : IList<IModelRelationshipEntry>
function get RelationshipEntriesOrderChanged () : 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