IDTSPipeline100.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 whether the IDTSPipeline100 enabled the updating of cache.

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 IDTSPipeline100 enabled the updating of cache; otherwise, false.

Implements

IDTSObjectModel100.EnableCacheUpdate

See Also

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

Return to top