次の方法で共有


IDTSObjectModel100.EnableCacheUpdate プロパティ

定義

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

public:
 property bool EnableCacheUpdate { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(17)]
public 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 Property EnableCacheUpdate As Boolean

プロパティ値

データ フロー タスクでキャッシュ更新が有効な場合は true。それ以外の場合は false。

属性

適用対象