IDTSConnectionManagerCache100.UseFile Property

Definition

Gets or sets a Boolean that indicates whether the connection manager uses a cache file.

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

Property Value

true if the connection manager uses a cache file; otherwise, false.

Attributes

Remarks

For more information, see ConnectionManagerCacheClass.

Applies to