ObjectImpact.RemovedSubtreeRoots 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.
Roots of branches removed from an object tree For example, if Table is removed from the Model, only Table will appear in RemovedSubtreeRoots list, but not its children Columns or Partition.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.AnalysisServices.Tabular.RemovedSubtreeEntry> RemovedSubtreeRoots { get; }
member this.RemovedSubtreeRoots : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.AnalysisServices.Tabular.RemovedSubtreeEntry>
Public ReadOnly Property RemovedSubtreeRoots As ReadOnlyCollection(Of RemovedSubtreeEntry)