DimensionBinding.RefreshPolicy Property
Gets or sets update policy for current object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<DefaultValueAttribute(RefreshPolicy.ByQuery)> _
Public Property RefreshPolicy As RefreshPolicy
[DefaultValueAttribute(RefreshPolicy.ByQuery)]
public RefreshPolicy RefreshPolicy { get; set; }
[DefaultValueAttribute(RefreshPolicy::ByQuery)]
public:
property RefreshPolicy RefreshPolicy {
RefreshPolicy get ();
void set (RefreshPolicy value);
}
/** @property */
public RefreshPolicy get_RefreshPolicy ()
/** @property */
public void set_RefreshPolicy (RefreshPolicy value)
public function get RefreshPolicy () : RefreshPolicy
public function set RefreshPolicy (value : 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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DimensionBinding Class
DimensionBinding Members
Microsoft.AnalysisServices Namespace