Свойство MainPipeClass.IDTSObjectModel100_EnableCacheUpdate
Gets or sets a value that indicates whether the data flow task enables the cache updates.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Public Overridable Property IDTSObjectModel100_EnableCacheUpdate As Boolean
Get
Set
'Применение
Dim instance As MainPipeClass
Dim value As Boolean
value = instance.IDTSObjectModel100_EnableCacheUpdate
instance.IDTSObjectModel100_EnableCacheUpdate = value
public virtual bool IDTSObjectModel100_EnableCacheUpdate { get; set; }
public:
virtual property bool IDTSObjectModel100_EnableCacheUpdate {
bool get ();
void set (bool value);
}
abstract IDTSObjectModel100_EnableCacheUpdate : bool with get, set
override IDTSObjectModel100_EnableCacheUpdate : bool with get, set
function get IDTSObjectModel100_EnableCacheUpdate () : boolean
function set IDTSObjectModel100_EnableCacheUpdate (value : boolean)
Значение свойства
Тип: System.Boolean
True if the data flow task enables the cache updates; otherwise, false.
Реализует
IDTSObjectModel100.EnableCacheUpdate