ChangedProperty Class

Definition

Represents an indication of a change to one of the object's properties.

public sealed class ChangedProperty : Microsoft.AnalysisServices.Tabular.MetadataObject
type ChangedProperty = class
    inherit MetadataObject
Public NotInheritable Class ChangedProperty
Inherits MetadataObject
Inheritance
ChangedProperty

Remarks

This metadata object is only supported when the compatibility level of the database is at 1567 or above.

Constructors

ChangedProperty()

Create a new instance of the ChangedProperty class with default settings.

Properties

IsRemoved

A Boolean specifying whether this object was removed from an object tree.

(Inherited from MetadataObject)
Model

Gets the Tabular model that contains this object.

(Inherited from MetadataObject)
Object

A reference to a object whose property is tracked.

ObjectType

Gets the type of the object.

Parent

Parent object, null for Model objects.

Property

A string that indicates the property that was changed. Unknown (0), FormatString (1), Caption (2), Description (3), DisplayFolder (4)

Methods

Clone()

Creates a new, full copy of a ChangedProperty object.

CopyFrom(ChangedProperty)
Obsolete.

Deprecated. Use CopyTo method instead.

CopyTo(ChangedProperty)

Copies a ChangedProperty object to the specified object.

Validate()

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

(Inherited from MetadataObject)

Applies to