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。

实现

属性

适用于