다음을 통해 공유


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.