IDTSConnectionManagerCache100.RetainData Property

Definition

Gets or sets a Boolean that indicates whether the connection manager retains the data in the cache.

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

Property Value

true if the connection manager retains the data in the cache; otherwise, false.

Attributes

Remarks

For more information, see ConnectionManagerCacheClass.

Applies to