Condividi tramite


Proprietà CacheWindow

Ottiene o imposta il numero di tentativi di caricamento per i dati raccolti.

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute> _
Public Property CacheWindow As Integer
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Int32
Un valore Int che indica il numero di tentativi di caricamento.

Osservazioni

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