ObjectImpact.PropertyChanges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
All property changes that happened on all objects that were existing and still remain existing (not removed or added) in the tree
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.AnalysisServices.Tabular.PropertyChangeEntry> PropertyChanges { get; }
member this.PropertyChanges : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.AnalysisServices.Tabular.PropertyChangeEntry>
Public ReadOnly Property PropertyChanges As ReadOnlyCollection(Of PropertyChangeEntry)