Compartilhar via


Propriedade ModelComparisonChangeDefinition.RelationshipEntriesOrderChanged

Obtém uma lista de entradas de relação no elemento de destino onde a ordem de entrada foi alterado.

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

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.IList<IModelRelationshipEntry>
An IList<T> of type IModelRelationshipEntry.

Segurança do .NET Framework

Consulte também

Referência

ModelComparisonChangeDefinition Classe

Namespace Microsoft.Data.Schema.SchemaModel

IModelRelationshipEntry