Freigeben über


RefreshPolicy-Enumeration

Defines how data is updated from the source.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("8AAFE65E-30F2-4cc5-B08D-A923F51B0C33")> _
Public Enumeration RefreshPolicy
'Usage
Dim instance As RefreshPolicy
[GuidAttribute("8AAFE65E-30F2-4cc5-B08D-A923F51B0C33")]
public enum RefreshPolicy
[GuidAttribute(L"8AAFE65E-30F2-4cc5-B08D-A923F51B0C33")]
public enum class RefreshPolicy
[<GuidAttribute("8AAFE65E-30F2-4cc5-B08D-A923F51B0C33")>]
type RefreshPolicy
public enum RefreshPolicy

Elemente

Elementname Beschreibung
ByQuery Specifies that the data is updated by an explicit request from the user.
ByInterval Specifies that the data is updated at set intervals.

Hinweise

Neu: 17. Juli 2006