Partager via


Propriété IDTSPipeline100.EnableCacheUpdate

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets whether the IDTSPipeline100 enabled the updating of cache.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Property EnableCacheUpdate As Boolean 
    Get 
    Set
'Utilisation
Dim instance As IDTSPipeline100 
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)

Valeur de propriété

Type : System.Boolean
True if the IDTSPipeline100 enabled the updating of cache; otherwise, false.

Voir aussi

Référence

IDTSPipeline100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper