Propriété CacheWindow
Obtient ou définit le nombre d'essais de téléchargement des données collectées.
Espace de noms : Microsoft.SqlServer.Management.Collector
Assembly : Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public Property CacheWindow As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Int32
Valeur Int qui est le nombre de tentatives de téléchargement.
Notes
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Voir aussi