PropertyChangeEntry Class
Updated: May 24, 2016
Represents information about the modification of a metadata object's property.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Name | Description | |
|---|---|---|
![]() | NewValue | Gets or sets a new value of the property. |
![]() | Object | Gets or sets the Metadata object whose property was changed. |
![]() | OriginalValue | Gets the original value of the property. |
![]() | PropertyName | Gets or sets the name of the property. |
![]() | PropertyType | Gets or sets the Type of the property. |
| 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.


