Свойство IDTSObjectModel100.EnableCacheUpdate
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets a value that indicates whether the data flow task enables the cache update.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Property EnableCacheUpdate As Boolean
Get
Set
'Применение
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)
Значение свойства
Тип: System.Boolean
true if the data flow task enables the cache update; otherwise, false.