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 update interval for ProactiveCachingIncrementalProcessingBinding.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property RefreshInterval As TimeSpan
Get
Set
'Usage
Dim instance As ProactiveCachingIncrementalProcessingBinding
Dim value As TimeSpan
value = instance.RefreshInterval
instance.RefreshInterval = value
public TimeSpan RefreshInterval { get; set; }
public:
property TimeSpan RefreshInterval {
TimeSpan get ();
void set (TimeSpan value);
}
member RefreshInterval : TimeSpan with get, set
function get RefreshInterval () : TimeSpan
function set RefreshInterval (value : TimeSpan)
Property Value
Type: System.TimeSpan
The update interval for this class.