Share via


ObjectImpact.RemovedSubtreeRoots Property

Definition

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)

Property Value

Applies to