ObjectImpact.AddedSubtreeRoots 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 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)