Condividi tramite


Proprietà ModelComparisonResult.ElementsToAdd

Ottiene un insieme di elementi presenti nel database di origine ma non nel database di destinazione.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelComparisonResult Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel