RemovedSubtreeEntry Class

 

Updated: May 24, 2016

Represents information about a subtree removed from the object tree.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

System::Object
  Microsoft.AnalysisServices.Tabular::RemovedSubtreeEntry

public ref class RemovedSubtreeEntry 

NameDescription
System_CAPS_pubpropertyLastParent

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.

System_CAPS_pubpropertyRemovedObject

Gets or sets the root of the removed subtree. For example, if Table is removed from the Model, then Table will be RemovedObject.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: