DimensionBinding.RefreshInterval Property
Gets or sets the update interval for dimension data.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
Public Property RefreshInterval As TimeSpan
public TimeSpan RefreshInterval { get; set; }
public:
property TimeSpan RefreshInterval {
TimeSpan get ();
void set (TimeSpan value);
}
/** @property */
public TimeSpan get_RefreshInterval ()
/** @property */
public void set_RefreshInterval (TimeSpan value)
public function get RefreshInterval () : TimeSpan
public function set RefreshInterval (value : TimeSpan)
Valor de propiedad
A TimeSpan value with the interval duration.
Notas
RefreshPolicy must be set to ByInterval for the interval to be applied.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
DimensionBinding Class
DimensionBinding Members
Microsoft.AnalysisServices Namespace