CacheWindow 属性

获取或设置尝试上载所收集数据的次数。

命名空间:  Microsoft.SqlServer.Management.Collector
程序集:  Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public Property CacheWindow As Integer
    Get
    Set
用法
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)

属性值

类型:System. . :: . .Int32
一个作为尝试上载的次数的 Int 值。

注释

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