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 amount of time after an initial notification when the MOLAP imaging process starts.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property SilenceOverrideInterval As TimeSpan
Get
Set
'Usage
Dim instance As ProactiveCaching
Dim value As TimeSpan
value = instance.SilenceOverrideInterval
instance.SilenceOverrideInterval = value
public TimeSpan SilenceOverrideInterval { get; set; }
public:
property TimeSpan SilenceOverrideInterval {
TimeSpan get ();
void set (TimeSpan value);
}
member SilenceOverrideInterval : TimeSpan with get, set
function get SilenceOverrideInterval () : TimeSpan
function set SilenceOverrideInterval (value : TimeSpan)
Property Value
Type: System.TimeSpan
A TimeSpan object.