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.
Gets the roots of branches added to an object tree.
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
Remarks
For example, if a Table is added to the Model, only Table will appear in AddedObjects list, but not its children Columns or Partition.