PropertyChangeEntry Class

 

Updated: May 24, 2016

Represents information about the modification of a metadata object's property.

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

System::Object
  Microsoft.AnalysisServices.Tabular::PropertyChangeEntry

public ref class PropertyChangeEntry 

NameDescription
System_CAPS_pubpropertyNewValue

Gets or sets a new value of the property.

System_CAPS_pubpropertyObject

Gets or sets the Metadata object whose property was changed.

System_CAPS_pubpropertyOriginalValue

Gets the original value of the property.

System_CAPS_pubpropertyPropertyName

Gets or sets the name of the property.

System_CAPS_pubpropertyPropertyType

Gets or sets the Type of the property.

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: