Proprietà DimensionBinding.RefreshInterval

Gets or sets the update interval for dimension data.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property RefreshInterval As TimeSpan 
    Get 
    Set
'Utilizzo
Dim instance As DimensionBinding 
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)

Valore proprietà

Tipo: System.TimeSpan
A TimeSpan value with the interval duration.

Osservazioni

RefreshPolicy must be set to ByInterval for the interval to be applied.

Vedere anche

Riferimento

DimensionBinding Classe

Spazio dei nomi Microsoft.AnalysisServices