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

適用於