共用方式為


RefreshInterval 屬性

Gets or sets the update interval for dimension data.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property RefreshInterval As TimeSpan
    Get
    Set
'用途
Dim instance As DimensionBinding
Dim value As TimeSpan

value = instance.RefreshInterval

instance.RefreshInterval = value
public TimeSpan RefreshInterval { get; set; }
public:
property TimeSpan RefreshInterval {
    TimeSpan get ();
    void set (TimeSpan value);
}
member RefreshInterval : TimeSpan with get, set
function get RefreshInterval () : TimeSpan
function set RefreshInterval (value : TimeSpan)

屬性值

型別:System. . :: . .TimeSpan
A TimeSpan value with the interval duration.

備註

RefreshPolicy must be set to ByInterval for the interval to be applied.