Share via


ObjectImpact.AddedSubtreeRoots Property

Definition

Roots of branches added to an object tree For example, if Table is added to the Model, only Table will appear in AddedObjects list, but not its children Columns or Partition.

public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.AnalysisServices.Tabular.MetadataObject> AddedSubtreeRoots { get; }
member this.AddedSubtreeRoots : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.AnalysisServices.Tabular.MetadataObject>
Public ReadOnly Property AddedSubtreeRoots As ReadOnlyCollection(Of MetadataObject)

Property Value

Applies to