Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the data flow task enables the cache updates.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public Overridable Property IDTSObjectModel100_EnableCacheUpdate As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
True if the data flow task enables the cache updates; otherwise, false.
Implementiert
IDTSObjectModel100.EnableCacheUpdate