MeasureGroupBinding.RefreshPolicy Property
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)
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
MeasureGroupBinding Class
MeasureGroupBinding Members
Microsoft.AnalysisServices Namespace