Partilhar via


Propriedade ModelComparisonChangeDefinition.RelationshipEntriesToAdd

Obtém uma lista de entradas de relacionamento que devem ser adicionados ao elemento de destino.

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

Sintaxe

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