RefreshPolicy 枚举
Defines how data is updated from the source.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("8AAFE65E-30F2-4cc5-B08D-A923F51B0C33")> _
Public Enumeration RefreshPolicy
用法
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
成员
成员名称 | 说明 | |
---|---|---|
ByInterval | Specifies that the data is updated at set intervals. | |
ByQuery | Specifies that the data is updated by an explicit request from the user. |
注释
新增日期: 2006 年 7 月 17 日