RemovedSubtreeEntry Class
Updated: May 24, 2016
Represents information about a subtree removed from the object tree.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Name | Description | |
|---|---|---|
![]() | LastParent | Gets or sets the object that RemovedObject was a child of before it was removed from the object tree. For example, if Table is removed from the Model, then Model will be LastParent. |
![]() | RemovedObject | Gets or sets the root of the removed subtree. For example, if Table is removed from the Model, then Table will be RemovedObject. |
| 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.


