다음을 통해 공유


RefreshPolicy Enum

Definition

Defines how data is updated from the source.

[System.Runtime.InteropServices.Guid("8AAFE65E-30F2-4cc5-B08D-A923F51B0C33")]
public enum RefreshPolicy
[<System.Runtime.InteropServices.Guid("8AAFE65E-30F2-4cc5-B08D-A923F51B0C33")>]
type RefreshPolicy = 
Public Enum RefreshPolicy
Inheritance
RefreshPolicy
Attributes

Fields

Name Value Description
ByQuery 0

Specifies that the data is updated by an explicit request from the user.

ByInterval 1

Specifies that the data is updated at set intervals.

Applies to