Proprietà ProactiveCaching.SilenceInterval

Gets or sets the minimum amount of no activity before MOLAP imaging starts.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property SilenceInterval As TimeSpan 
    Get 
    Set
'Utilizzo
Dim instance As ProactiveCaching 
Dim value As TimeSpan 

value = instance.SilenceInterval

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

Valore proprietà

Tipo: System.TimeSpan
A TimeSpan object.

Vedere anche

Riferimento

ProactiveCaching Classe

Spazio dei nomi Microsoft.AnalysisServices