MeasureGroupBinding.RefreshInterval 属性

Gets or sets the interval at which the dynamic part of the measure group is refreshed.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property RefreshInterval As TimeSpan 
    Get 
    Set
用法
Dim instance As MeasureGroupBinding 
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
The interval duration.

请参阅

参考

MeasureGroupBinding 类

Microsoft.AnalysisServices 命名空间