共用方式為


CollectorConfigStore.CacheWindow 屬性

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

命名空間:  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
A Int value that is the number of upload retries.

備註

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

請參閱

參考

CollectorConfigStore 類別

Microsoft.SqlServer.Management.Collector 命名空間