RefreshInterval Propiedad
Gets or sets the update interval for dimension data.
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 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)
Valor de la propiedad
Tipo: System. . :: . .TimeSpan
A TimeSpan value with the interval duration.
Vea también