MeasureGroupBinding.RefreshInterval Propiedad
Gets or sets the interval at which the dynamic part of the measure group is refreshed.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property RefreshInterval As TimeSpan
Get
Set
'Uso
Dim instance As MeasureGroupBinding
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)
Valor de la propiedad
Tipo: System.TimeSpan
The interval duration.