IDTSObjectModel100.EnableCacheUpdate Property

Definition

Gets or sets a value that indicates whether the data flow task enables the cache update.

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 data flow task enables the cache update; otherwise, false.

Attributes

Applies to