次の方法で共有


MainPipeClass.EnableCacheUpdate プロパティ

定義

データ フロー タスクでキャッシュの更新を有効にするかどうかを示す値を取得します。値の設定も可能です。

public:
 virtual property bool EnableCacheUpdate { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(17)]
public virtual bool EnableCacheUpdate { [System.Runtime.InteropServices.DispId(17)] get; [System.Runtime.InteropServices.DispId(17)] set; }
[<System.Runtime.InteropServices.DispId(17)>]
[<get: System.Runtime.InteropServices.DispId(17)>]
[<set: System.Runtime.InteropServices.DispId(17)>]
member this.EnableCacheUpdate : bool with get, set
Public Overridable Property EnableCacheUpdate As Boolean

プロパティ値

オブジェクトでキャッシュ更新が有効な場合は True。それ以外の場合は false。

実装

属性

適用対象