IDTSConnectionManagerCache100.UseFile 属性

定义

获取或设置一个布尔值,该值指示连接管理器是否使用缓存文件。

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

属性值

Boolean

如果连接管理器使用缓存文件,则为 true;否则为 false。

属性

注解

有关详细信息,请参阅 ConnectionManagerCacheClass

适用于