ObjectImpact Class
Updated: May 24, 2016
Represents a modification to the model tree resulting from one or more user operations that either add new objects, remove existing objects, or change object properties.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Name | Description | |
|---|---|---|
![]() | AddedObjects | Gets all objects that were added to the tree. |
![]() | AddedSubtreeRoots | Gets the 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. |
![]() | IsEmpty | Gets a value that indicates whether the impact is empty - contains no model changes. |
![]() | PropertyChanges | Gets all property changes that happened on all objects that were existing and still remain existing (not removed or added) in the tree. |
![]() | RemovedObjects | Gets all the objects that were removed from the tree. |
![]() | RemovedSubtreeRoots | Gets the roots of branches removed from an object tree. For example, if Table is removed from the Model, only Table will appear in RemovedSubtreeRoots list, but not its children Columns or Partition. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


