DimensionBinding.RefreshPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets update policy for current object.
public Microsoft.AnalysisServices.RefreshPolicy RefreshPolicy { get; set; }
member this.RefreshPolicy : Microsoft.AnalysisServices.RefreshPolicy with get, set
Public Property RefreshPolicy As RefreshPolicy
Property Value
A ByQuery value means the dimension data is explicitly refreshed by the user. A ByInterval value means the dimension data is refreshed at set intervals as defined by RefreshInterval.
Remarks
Refresh policy defines how is data updated from the source.