次の方法で共有


IDTSPipeline100.EnableCacheUpdate プロパティ

定義

IDTSPipeline100 によってキャッシュの更新が有効化されたかどうかを取得します。

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

プロパティ値

キャッシュの更新が IDTSPipeline100 有効になっている場合は True、それ以外の場合は false。

実装

属性

適用対象