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

属性值

如果连接管理器保留缓存中的数据,则为真;否则,就是假的。

属性

注解

有关详细信息,请参阅 ConnectionManagerCacheClass

适用于