Share via


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。

属性

适用于