IDTSPipeline100.EnableCacheUpdate Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the IDTSPipeline100 enabled the updating of cache.
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
	Property Value
True if the IDTSPipeline100 enabled the updating of cache; otherwise, false.
Implements
- Attributes