Partilhar via


Propriedade ModelComparisonChangeDefinition.RelationshipEntriesToDrop

Obtém uma lista de entradas de relacionamento deve ser descartado do elemento de destino.

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

Sintaxe

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