Sdílet prostřednictvím


ModelComparisonChangeDefinition.RelationshipEntriesOrderChanged – vlastnost

Získá seznam položek vztah v cílový prvek, kde položka pořadí změnilo.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

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