CollectorConfigStore.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 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

関連項目

参照

CollectorConfigStore クラス

Microsoft.SqlServer.Management.Collector 名前空間