Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.