Share via


ModelComparisonResult.ElementsToDrop Property

Gets a collection of elements that are located in the target but not in the source.

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

Syntax

'Declaration
Public ReadOnly Property ElementsToDrop As ReadOnlyCollection(Of IModelElement)
public ReadOnlyCollection<IModelElement> ElementsToDrop { get; }
public:
property ReadOnlyCollection<IModelElement^>^ ElementsToDrop {
    ReadOnlyCollection<IModelElement^>^ get ();
}
member ElementsToDrop : ReadOnlyCollection<IModelElement>
function get ElementsToDrop () : ReadOnlyCollection<IModelElement>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<IModelElement>

.NET Framework Security

See Also

Reference

ModelComparisonResult Class

Microsoft.Data.Schema.SchemaModel Namespace