IDTSConnectionManagerCache100.RetainData プロパティ

定義

public:
 property bool RetainData { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(4)]
public bool RetainData { [System.Runtime.InteropServices.DispId(4)] get; [System.Runtime.InteropServices.DispId(4)] set; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
[<set: System.Runtime.InteropServices.DispId(4)>]
member this.RetainData : bool with get, set
Public Property RetainData As Boolean

プロパティ値

接続マネージャーがキャッシュにデータを保持する場合は true。それ以外の場合は false

属性

注釈

詳細については、「ConnectionManagerCacheClass」を参照してください。

適用対象