Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the minimum amount of no activity before MOLAP imaging starts.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property SilenceInterval As TimeSpan
Get
Set
'Usage
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)
Property Value
Type: System.TimeSpan
A TimeSpan object.