ExtendedProperty Class

Definition

An extension of the schema used for passing object-specific information in the form of name-value pairs, for use by a client application, via TOM and CSDL. If the type is set to JSON, Analysis Service validates that it is a well formed JSON. ExtendedProperty is defined as a child of a logical metadata object in the model.

public abstract class ExtendedProperty : Microsoft.AnalysisServices.Tabular.NamedMetadataObject
type ExtendedProperty = class
    inherit NamedMetadataObject
Public MustInherit Class ExtendedProperty
Inherits NamedMetadataObject
Inheritance
Derived

Remarks

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

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)
ModifiedTime

The time that the object was last modified.

Name

Gets or Sets the Name of this object.

Object

A reference to the object that owns this ExtendedProperty.

ObjectType

Gets the type of the object.

Parent

Parent object, null for Model objects.

Type

The type of the value. Possible values are as follows. String (1): The data in this value is a Raw String. Json (2): The data in this value is a Json.

Methods

Clone()

Creates a new, full copy of a ExtendedProperty object.

CopyFrom(ExtendedProperty)
Obsolete.

Deprecated. Use CopyTo method instead.

CopyTo(ExtendedProperty)

Copies a ExtendedProperty object to the specified object.

Rename(String)
Obsolete.

Deprecated. Use RequestRename method instead.

RequestRename(String)

Request rename of this 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