IDTSConnectionManagerCache100 インターフェイス

定義

キャッシュ変換またはデータ接続用のキャッシュファイルを用いた接続管理に関連するプロパティとメソッドを提供します。

public interface class IDTSConnectionManagerCache100
[System.Runtime.InteropServices.Guid("D486BC51-E3E7-48F1-A859-478B547FB5D9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
public interface IDTSConnectionManagerCache100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("9AC9C18F-BD61-484B-861C-9055FF4906B7")]
public interface IDTSConnectionManagerCache100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("0D21C929-6E0B-4D1B-ADA0-52846B71601C")]
public interface IDTSConnectionManagerCache100
[<System.Runtime.InteropServices.Guid("D486BC51-E3E7-48F1-A859-478B547FB5D9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
type IDTSConnectionManagerCache100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("9AC9C18F-BD61-484B-861C-9055FF4906B7")>]
type IDTSConnectionManagerCache100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("0D21C929-6E0B-4D1B-ADA0-52846B71601C")>]
type IDTSConnectionManagerCache100 = interface
Public Interface IDTSConnectionManagerCache100
派生
属性

注釈

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

プロパティ

名前 説明
Columns

キャッシュ内の列を取得します。

RetainData

接続マネージャーがキャッシュ内のデータを保持しているかどうかを示すブール値を取得または設定します。

UseEncryption

暗号化を使うかどうかを示すブール値を取得または設定します。

UseFile

接続マネージャーがキャッシュファイルを使用しているかどうかを示すブール値を取得または設定します。

メソッド

名前 説明
GetFileColumns(String)

指定されたキャッシュファイルから列を読み込み返します。

適用対象