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
- 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.