Propriété ProactiveCachingIncrementalProcessingBinding.RefreshInterval

Gets or sets the update interval for ProactiveCachingIncrementalProcessingBinding.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property RefreshInterval As TimeSpan 
    Get 
    Set
'Utilisation
Dim instance As ProactiveCachingIncrementalProcessingBinding 
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)

Valeur de propriété

Type : System.TimeSpan
The update interval for this class.

Voir aussi

Référence

ProactiveCachingIncrementalProcessingBinding Classe

Espace de noms Microsoft.AnalysisServices