共用方式為


ModelComparisonResult.ElementsPropertyChanged 屬性

List of elements changed because of properties are changed.

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

語法

'宣告
Public ReadOnly Property ElementsPropertyChanged As ReadOnlyCollection(Of TSqlObject)
    Get
'用途
Dim instance As ModelComparisonResult 
Dim value As ReadOnlyCollection(Of TSqlObject)

value = instance.ElementsPropertyChanged
public ReadOnlyCollection<TSqlObject> ElementsPropertyChanged { get; }
public:
property ReadOnlyCollection<TSqlObject^>^ ElementsPropertyChanged {
    ReadOnlyCollection<TSqlObject^>^ get ();
}
member ElementsPropertyChanged : ReadOnlyCollection<TSqlObject>
function get ElementsPropertyChanged () : ReadOnlyCollection<TSqlObject>

屬性值

型別:System.Collections.ObjectModel.ReadOnlyCollection<TSqlObject>

請參閱

參考

ModelComparisonResult 類別

Microsoft.SqlServer.Dac.Deployment 命名空間