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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.