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

属性值

Boolean

如果连接管理器在缓存中保留数据,则为 true;否则为 false。

属性

注解

有关详细信息,请参阅 ConnectionManagerCacheClass

适用于