Partager via


Propriété ModelComparisonResult.ElementsChanged

List of elements are changed. The result will keyed by elements in source, and it will have what are the changes together with that changed element.

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ElementsChanged As IDictionary(Of TSqlObject, ModelComparisonChangeDefinition)
    Get
'Utilisation
Dim instance As ModelComparisonResult 
Dim value As IDictionary(Of TSqlObject, ModelComparisonChangeDefinition)

value = instance.ElementsChanged
public IDictionary<TSqlObject, ModelComparisonChangeDefinition> ElementsChanged { get; }
public:
property IDictionary<TSqlObject^, ModelComparisonChangeDefinition^>^ ElementsChanged {
    IDictionary<TSqlObject^, ModelComparisonChangeDefinition^>^ get ();
}
member ElementsChanged : IDictionary<TSqlObject, ModelComparisonChangeDefinition>
function get ElementsChanged () : IDictionary<TSqlObject, ModelComparisonChangeDefinition>

Valeur de propriété

Type : System.Collections.Generic.IDictionary<TSqlObject, ModelComparisonChangeDefinition>

Voir aussi

Référence

ModelComparisonResult Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment