Поделиться через


RefreshPolicy Enumeration

Defines how data is updated from the source.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<GuidAttribute("8AAFE65E-30F2-4cc5-B08D-A923F51B0C33")> _
Public Enumeration RefreshPolicy
[GuidAttribute("8AAFE65E-30F2-4cc5-B08D-A923F51B0C33")] 
public enum RefreshPolicy
[GuidAttribute(L"8AAFE65E-30F2-4cc5-B08D-A923F51B0C33")] 
public enum class RefreshPolicy
/** @attribute GuidAttribute("8AAFE65E-30F2-4cc5-B08D-A923F51B0C33") */ 
public enum RefreshPolicy
GuidAttribute("8AAFE65E-30F2-4cc5-B08D-A923F51B0C33") 
public enum RefreshPolicy

Members

Member name Description
ByInterval Specifies that the data is updated at set intervals.
ByQuery Specifies that the data is updated by an explicit request from the user.

Замечания

Добавления:17 июля 2006 г.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.AnalysisServices Namespace