ConnectionManagerCacheClass クラス

定義

データ接続にキャッシュ変換またはキャッシュ ファイルを使用する接続マネージャーを表します。

public ref class ConnectionManagerCacheClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerCache, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerCache100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("1090CB9C-6284-4C21-B90C-64EA62B1B51A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerCacheClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerCache, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerCache100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("31F57986-C399-4A9C-9EAA-6FE712276A7C")]
public class ConnectionManagerCacheClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerCache, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerCache100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("1D3BE38B-89AB-4267-B5F4-3C546A4D2302")]
public class ConnectionManagerCacheClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerCache, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerCache100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("1090CB9C-6284-4C21-B90C-64EA62B1B51A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerCacheClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerCache
    interface IDTSConnectionManagerCache100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("31F57986-C399-4A9C-9EAA-6FE712276A7C")>]
type ConnectionManagerCacheClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerCache
    interface IDTSConnectionManagerCache100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("1D3BE38B-89AB-4267-B5F4-3C546A4D2302")>]
type ConnectionManagerCacheClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerCache
    interface IDTSConnectionManagerCache100
Public Class ConnectionManagerCacheClass
Implements ConnectionManagerCache, IDTSConnectionManagerCache100
継承
ConnectionManagerCacheClass
属性
実装

注釈

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

コンストラクター

ConnectionManagerCacheClass()

ConnectionManagerCacheClass クラスの新しいインスタンスを初期化します。

プロパティ

Columns

キャッシュ内の列を取得します。値の設定も可能です。

ConnectionString

データ ソースへの接続を確立するために使用する接続文字列を取得します。値の設定も可能です。

ProtectionLevel

パッケージに含まれている機微なデータに対して実行される暗号化のレベルを取得します。値の設定も可能です。

RetainData

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

Scope

接続マネージャーのスコープを取得します。

SupportsDTCTransactions

接続が Microsoft 分散トランザクション コーディネーター (MS DTC) トランザクションをサポートするかどうかを示すブール値を取得します。

UseEncryption

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

UseFile

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

メソッド

AcquireConnection(Object)

接続の種類のインスタンスを作成します。

GetFileColumns(String)

指定したキャッシュ ファイルの列を読み取って返します。

ReleaseConnection(Object)

AcquireConnection(Object) の間に確立された接続を解放します。 デザイン時および実行時に呼び出されます。

SetQualifier(String)

接続マネージャーが作成されてから実行中のパッケージで使用されるまでに、接続マネージャーで修飾子を変更します。

Validate(IDTSInfoEvents100)

接続を検証して、成功したかどうかを示す列挙を返します。

適用対象