Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the refresh policy for current object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property RefreshPolicy As RefreshPolicy
Get
Set
'Usage
Dim instance As MeasureGroupBinding
Dim value As RefreshPolicy
value = instance.RefreshPolicy
instance.RefreshPolicy = value
public RefreshPolicy RefreshPolicy { get; set; }
public:
property RefreshPolicy RefreshPolicy {
RefreshPolicy get ();
void set (RefreshPolicy value);
}
member RefreshPolicy : RefreshPolicy with get, set
function get RefreshPolicy () : RefreshPolicy
function set RefreshPolicy (value : RefreshPolicy)
Property Value
Type: Microsoft.AnalysisServices.RefreshPolicy
The refresh policy for current object.