ConnectionManagerFileClass クラス

定義

接続マネージャー クラスを表します。

public ref class ConnectionManagerFileClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerFile, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("950A1CA0-F2F8-4B43-AD9B-A788979E983D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("181428C0-2786-4660-8B87-7B5FBA87F9F4")]
public class ConnectionManagerFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("DBD9A92B-CDBF-4B8F-B529-D22DFB16F459")]
public class ConnectionManagerFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("950A1CA0-F2F8-4B43-AD9B-A788979E983D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerFileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFile
    interface IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("181428C0-2786-4660-8B87-7B5FBA87F9F4")>]
type ConnectionManagerFileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFile
    interface IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("DBD9A92B-CDBF-4B8F-B529-D22DFB16F459")>]
type ConnectionManagerFileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFile
    interface IDTSConnectionManagerFile100
Public Class ConnectionManagerFileClass
Implements ConnectionManagerFile, IDTSConnectionManagerFile100
継承
ConnectionManagerFileClass
属性
実装

注釈

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

コンストラクター

ConnectionManagerFileClass()

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

プロパティ

ConnectionString

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

FileUsageType

ファイル接続の使用法の種類を取得または設定します。

ProtectionLevel

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

Scope

接続のスコープを取得または設定します。

SupportsDTCTransactions

接続が DTC トランザクションをサポートしているかどうかを示す値を取得します。

メソッド

AcquireConnection(Object)

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

ReleaseConnection(Object)

AcquireConnection(Object) の間に確立された接続を解放します。

SetQualifier(String)

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

Validate(IDTSInfoEvents100)

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

適用対象