Dela via


ObjectImpact.AddedSubtreeRoots Property

Definition

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.

Applies to