Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the amount of time after an initial notification when the MOLAP imaging process starts.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property SilenceOverrideInterval As TimeSpan
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.TimeSpan
A TimeSpan object.