共用方式為


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.

命名空間:  Microsoft.SqlServer.Dac.Deployment
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public ReadOnly Property ElementsChanged As IDictionary(Of TSqlObject, ModelComparisonChangeDefinition)
    Get
'用途
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>

屬性值

型別:System.Collections.Generic.IDictionary<TSqlObject, ModelComparisonChangeDefinition>

請參閱

參考

ModelComparisonResult 類別

Microsoft.SqlServer.Dac.Deployment 命名空間