次の方法で共有


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

プロパティ値

接続マネージャーがキャッシュ ファイルを使用する場合は true。それ以外の場合は false

属性

注釈

詳細については、「ConnectionManagerCacheClass」を参照してください。

適用対象