MeasureGroupBinding.RefreshInterval Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public TimeSpan RefreshInterval { get; set; }
public:
property TimeSpan RefreshInterval {
    TimeSpan get();
    void set(TimeSpan value);
}
member RefreshInterval : TimeSpan with get, set
Public Property RefreshInterval As TimeSpan

Property Value

Type: System.TimeSpan

The interval duration.

See Also

MeasureGroupBinding Class
Microsoft.AnalysisServices Namespace

Return to top