Propriété SilenceInterval

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

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

Syntaxe

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

Valeur de propriété

Type : System. . :: . .TimeSpan
A TimeSpan object.