Partilhar via


Propriedade do RDL IDTSObjectModel100.EnableCacheUpdate

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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 (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Property EnableCacheUpdate As Boolean 
    Get 
    Set
'Uso
Dim instance As IDTSObjectModel100 
Dim value As Boolean 

value = instance.EnableCacheUpdate

instance.EnableCacheUpdate = value
bool EnableCacheUpdate { get; set; }
property bool EnableCacheUpdate {
    bool get ();
    void set (bool value);
}
abstract EnableCacheUpdate : bool with get, set
function get EnableCacheUpdate () : boolean 
function set EnableCacheUpdate (value : boolean)

Valor da propriedade

Tipo: System.Boolean
true if the data flow task enables the cache update; otherwise, false.

Consulte também

Referência

IDTSObjectModel100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper