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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.