IDTSPipeline100.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 whether the IDTSPipeline100 enabled the updating of cache.
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 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)
Valor de la propiedad
Tipo: System.Boolean
True if the IDTSPipeline100 enabled the updating of cache; otherwise, false.