ObjectImpact.RemovedSubtreeRoots Property

Definition

Gets the roots of branches removed from an object tree.

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

Remarks

For example, if Table is removed from the Model, only Table will appear in RemovedSubtreeRoots list, but not its children Columns or Partition.

Applies to