다음을 통해 공유


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

참고 항목

참조

MainPipeClass 클래스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스