Share via


ModelComparisonResult.ElementsToAdd Property

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

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ModelComparisonResult Class

Microsoft.Data.Schema.SchemaModel Namespace