Partilhar via


Propriedade do RDL CollectorConfigStore.CacheWindow

Gets or sets the number of upload tries for data that is collected.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)

Sintaxe

'Declaração
<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 da propriedade

Tipo: System.Int32
A Int value that is the number of upload retries.

Comentários

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

Consulte também

Referência

CollectorConfigStore Classe

Namespace Microsoft.SqlServer.Management.Collector