DimensionBinding.RefreshInterval Property

Definition

Gets or sets the update interval for dimension data.

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionBinding_RefreshInterval")]
public TimeSpan RefreshInterval { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionBinding_RefreshInterval")>]
member this.RefreshInterval : TimeSpan with get, set
Public Property RefreshInterval As TimeSpan

Property Value

TimeSpan

A TimeSpan value with the interval duration.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

RefreshPolicy must be set to ByInterval for the interval to be applied.

Applies to