次の方法で共有


MainPipeClass.EnableCacheUpdate プロパティ

データ フロー タスクでキャッシュの更新を有効にするかどうかを示す値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Public Overridable Property EnableCacheUpdate As Boolean 
    Get 
    Set
'使用
Dim instance As MainPipeClass 
Dim value As Boolean 

value = instance.EnableCacheUpdate

instance.EnableCacheUpdate = value
public virtual bool EnableCacheUpdate { get; set; }
public:
virtual property bool EnableCacheUpdate {
    bool get ();
    void set (bool value);
}
abstract EnableCacheUpdate : bool with get, set 
override EnableCacheUpdate : bool with get, set
function get EnableCacheUpdate () : boolean 
function set EnableCacheUpdate (value : boolean)

プロパティ値

型: System.Boolean
オブジェクトでキャッシュの更新を有効にする場合は true、それ以外の場合は false です。

実装

IDTSPipeline100.EnableCacheUpdate

関連項目

参照

MainPipeClass クラス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間