MainPipeClass.IDTSObjectModel100_EnableCacheUpdate プロパティ
データ フロー タスクでキャッシュの更新を有効にするかどうかを示す値を取得します。値の設定も可能です。
名前空間: 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、それ以外の場合は false です。
実装
IDTSObjectModel100.EnableCacheUpdate