ProactiveCachingQueryBinding.RefreshInterval Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the update interval for ProactiveCachingQueryBinding.

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

Syntax

[RefreshPropertiesAttribute(RefreshProperties.All)]
public TimeSpan RefreshInterval { get; set; }
public:
[RefreshPropertiesAttribute(RefreshProperties::All)]
property TimeSpan RefreshInterval {
    TimeSpan get();
    void set(TimeSpan value);
}
[<RefreshPropertiesAttribute(RefreshProperties.All)>]
member RefreshInterval : TimeSpan with get, set
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property RefreshInterval As TimeSpan

Property Value

Type: System.TimeSpan

The update interval for this class.

See Also

ProactiveCachingQueryBinding Class
Microsoft.AnalysisServices Namespace

Return to top