Share via


Table.RequestRefresh Method

Definition

Overloads

RequestRefresh(RefreshType, ICollection<OverrideCollection>, DateTime)

Request refresh of this object with overrides.

RequestRefresh(RefreshType, ICollection<OverrideCollection>, RefreshPolicyBehavior)

Request refresh of this object with overrides.

RequestRefresh(RefreshType, DateTime)

Request refresh of this object.

RequestRefresh(RefreshType)

Request refresh of this object.

RequestRefresh(RefreshType, RefreshPolicyBehavior)

Request refresh of this object.

RequestRefresh(RefreshType, ICollection<OverrideCollection>)

Request refresh of this object with overrides.

RequestRefresh(RefreshType, ICollection<OverrideCollection>, DateTime)

Request refresh of this object with overrides.

public void RequestRefresh(Microsoft.AnalysisServices.Tabular.RefreshType type, System.Collections.Generic.ICollection<Microsoft.AnalysisServices.Tabular.DataRefresh.OverrideCollection> overrides, DateTime effectiveDate);

Parameters

type
RefreshType

Refresh type

overrides
ICollection<OverrideCollection>

Overrides - collection of overriden properties of real metadata object

effectiveDate
DateTime

The effective date for applying the refresh-policy of the table

Applies to

RequestRefresh(RefreshType, ICollection<OverrideCollection>, RefreshPolicyBehavior)

Request refresh of this object with overrides.

public void RequestRefresh(Microsoft.AnalysisServices.Tabular.RefreshType type, System.Collections.Generic.ICollection<Microsoft.AnalysisServices.Tabular.DataRefresh.OverrideCollection> overrides, Microsoft.AnalysisServices.Tabular.RefreshPolicyBehavior behavior);

Parameters

type
RefreshType

Refresh type

overrides
ICollection<OverrideCollection>

Overrides - collection of overriden properties of real metadata object

behavior
RefreshPolicyBehavior

An indication how to handle the refresh-policy, if exists

Applies to

RequestRefresh(RefreshType, DateTime)

Request refresh of this object.

public void RequestRefresh(Microsoft.AnalysisServices.Tabular.RefreshType type, DateTime effectiveDate);

Parameters

type
RefreshType

Refresh type

effectiveDate
DateTime

The effective date for applying the refresh-policy of the table

Applies to

RequestRefresh(RefreshType)

Request refresh of this object.

public void RequestRefresh(Microsoft.AnalysisServices.Tabular.RefreshType type);

Parameters

type
RefreshType

Refresh type

Applies to

RequestRefresh(RefreshType, RefreshPolicyBehavior)

Request refresh of this object.

public void RequestRefresh(Microsoft.AnalysisServices.Tabular.RefreshType type, Microsoft.AnalysisServices.Tabular.RefreshPolicyBehavior behavior);

Parameters

type
RefreshType

Refresh type

behavior
RefreshPolicyBehavior

An indication how to handle the refresh-policy, if exists

Applies to

RequestRefresh(RefreshType, ICollection<OverrideCollection>)

Request refresh of this object with overrides.

public void RequestRefresh(Microsoft.AnalysisServices.Tabular.RefreshType type, System.Collections.Generic.ICollection<Microsoft.AnalysisServices.Tabular.DataRefresh.OverrideCollection> overrides);

Parameters

type
RefreshType

Refresh type

overrides
ICollection<OverrideCollection>

Overrides - collection of overriden properties of real metadata object

Applies to