IDTSObjectModel100.EnableCacheUpdate Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(17)]
bool EnableCacheUpdate {
    [DispIdAttribute(17)]
    get;
    [DispIdAttribute(17)]
    set;
}
[DispIdAttribute(17)]
property bool EnableCacheUpdate {
    [DispIdAttribute(17)]
    bool get();
    [DispIdAttribute(17)]
    void set(bool value);
}
[<DispIdAttribute(17)>]
abstract EnableCacheUpdate : bool with get, set
<DispIdAttribute(17)>
Property EnableCacheUpdate As Boolean

Property Value

Type: System.Boolean

true if the data flow task enables the cache update; otherwise, false.

See Also

IDTSObjectModel100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top