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。

实现

属性

适用于