RefreshPolicy Class

Definition

Represents an abstract RefreshPolicy object. It is a child of a Table object.

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

Remarks

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

Properties

Annotations

Gets the collection object of all annotations in the current RefreshPolicy.

ExtendedProperties

Gets the collection object of all extendedproperties in the current RefreshPolicy.

IsRemoved

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

(Inherited from MetadataObject)
Mode

Defines the mode of a refresh policy applied during incremental refresh.

Model

Gets the Tabular model that contains this object.

(Inherited from MetadataObject)
ObjectType

Gets the type of the object.

Parent

Parent object, null for Model objects.

PolicyType

Specifies the type of the refresh policy

Table

A reference to a Table object that owns this RefreshPolicy.

Methods

Clone()

Creates a new, full copy of a RefreshPolicy object.

CopyFrom(RefreshPolicy)
Obsolete.

Deprecated. Use CopyTo method instead.

CopyTo(RefreshPolicy)

Copies a RefreshPolicy 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