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);
member this.RequestRefresh : Microsoft.AnalysisServices.Tabular.RefreshType * System.Collections.Generic.ICollection<Microsoft.AnalysisServices.Tabular.DataRefresh.OverrideCollection> * DateTime -> unit
Public Sub RequestRefresh (type As RefreshType, overrides As ICollection(Of OverrideCollection), effectiveDate As DateTime)

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);
member this.RequestRefresh : Microsoft.AnalysisServices.Tabular.RefreshType * System.Collections.Generic.ICollection<Microsoft.AnalysisServices.Tabular.DataRefresh.OverrideCollection> * Microsoft.AnalysisServices.Tabular.RefreshPolicyBehavior -> unit
Public Sub RequestRefresh (type As RefreshType, overrides As ICollection(Of OverrideCollection), behavior As RefreshPolicyBehavior)

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);
member this.RequestRefresh : Microsoft.AnalysisServices.Tabular.RefreshType * DateTime -> unit
Public Sub RequestRefresh (type As RefreshType, effectiveDate As DateTime)

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);
member this.RequestRefresh : Microsoft.AnalysisServices.Tabular.RefreshType -> unit
Public Sub RequestRefresh (type As RefreshType)

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);
member this.RequestRefresh : Microsoft.AnalysisServices.Tabular.RefreshType * Microsoft.AnalysisServices.Tabular.RefreshPolicyBehavior -> unit
Public Sub RequestRefresh (type As RefreshType, behavior As RefreshPolicyBehavior)

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);
member this.RequestRefresh : Microsoft.AnalysisServices.Tabular.RefreshType * System.Collections.Generic.ICollection<Microsoft.AnalysisServices.Tabular.DataRefresh.OverrideCollection> -> unit
Public Sub RequestRefresh (type As RefreshType, overrides As ICollection(Of OverrideCollection))

Parameters

type
RefreshType

Refresh type

overrides
ICollection<OverrideCollection>

Overrides - collection of overriden properties of real metadata object

Applies to