Compartir a través de


IDTSObjectModel100.EnableCacheUpdate Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IDTSObjectModel100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper