CacheWindow Propiedad

Obtiene o establece el número de intentos de carga para los datos que se recopilan.

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property CacheWindow As Integer
    Get
    Set
'Uso
Dim instance As CollectorConfigStore
Dim value As Integer

value = instance.CacheWindow

instance.CacheWindow = value
[SfcPropertyAttribute]
public int CacheWindow { get; set; }
[SfcPropertyAttribute]
public:
property int CacheWindow {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute>]
member CacheWindow : int with get, set
function get CacheWindow () : int
function set CacheWindow (value : int)

Valor de la propiedad

Tipo: System. . :: . .Int32
Un valor Int que es el número de reintentos de carga.

Comentarios

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.