MainPipeClass.IDTSObjectModel100_EnableCacheUpdate Property
Gets or sets a value that indicates whether the data flow task enables the cache updates.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public Overridable Property IDTSObjectModel100_EnableCacheUpdate As Boolean
Get
Set
'Usage
Dim instance As MainPipeClass
Dim value As Boolean
value = instance.IDTSObjectModel100_EnableCacheUpdate
instance.IDTSObjectModel100_EnableCacheUpdate = value
public virtual bool IDTSObjectModel100_EnableCacheUpdate { get; set; }
public:
virtual property bool IDTSObjectModel100_EnableCacheUpdate {
bool get ();
void set (bool value);
}
abstract IDTSObjectModel100_EnableCacheUpdate : bool with get, set
override IDTSObjectModel100_EnableCacheUpdate : bool with get, set
function get IDTSObjectModel100_EnableCacheUpdate () : boolean
function set IDTSObjectModel100_EnableCacheUpdate (value : boolean)
Property Value
Type: System.Boolean
True if the data flow task enables the cache updates; otherwise, false.
Implements
IDTSObjectModel100.EnableCacheUpdate