ConnectionManagerHostClass クラス

定義

タスク ホストに接続する接続マネージャーを表します。

public ref class ConnectionManagerHostClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerHost, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSObjectHost100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("0E06FA4E-C1AA-4EB5-9251-6CE59300EDD9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerHostClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHost, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectHost100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("C56B9432-0D62-4F6B-9843-6EEE5977A58F")]
public class ConnectionManagerHostClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHost, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectHost100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("B3D2C3B7-1782-41D5-BC77-7FCE63B9C8AE")]
public class ConnectionManagerHostClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHost, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectHost100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("0E06FA4E-C1AA-4EB5-9251-6CE59300EDD9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerHostClass = class
    interface ConnectionManagerHost
    interface IDTSName100
    interface IDTSObjectHost100
    interface IDTSConnectionManager100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("C56B9432-0D62-4F6B-9843-6EEE5977A58F")>]
type ConnectionManagerHostClass = class
    interface ConnectionManagerHost
    interface IDTSName100
    interface IDTSObjectHost100
    interface IDTSConnectionManager100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("B3D2C3B7-1782-41D5-BC77-7FCE63B9C8AE")>]
type ConnectionManagerHostClass = class
    interface ConnectionManagerHost
    interface IDTSName100
    interface IDTSObjectHost100
    interface IDTSConnectionManager100
Public Class ConnectionManagerHostClass
Implements ConnectionManagerHost, IDTSConnectionManager100, IDTSObjectHost100
継承
ConnectionManagerHostClass
属性
実装

注釈

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

コンストラクター

ConnectionManagerHostClass()

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

プロパティ

ConnectionString

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

CreationName

ランタイムが ConnectionManagerHostClass オブジェクトのインスタンス作成に使用する文字列を取得します。 このプロパティは読み取り専用です。

DelayValidation

パッケージの検証がパッケージの実行まで遅延するかどうかを示すブール型 (Boolean) の値を取得または設定します。

Description

ConnectionManagerHostClass オブジェクトの説明を取得します。値の設定も可能です。

HostType

接続を使用しているホストの種類を示す列挙を取得します。 このプロパティは読み取り専用です。

ID

ConnectionManagerHostClass の ID を取得します。 このプロパティは読み取り専用です。

InnerObject

作成された特定の接続の種類を取得します。 このプロパティは読み取り専用です。

Name

ConnectionManagerHostClass オブジェクトの名前を取得または設定します。

ProtectionLevel

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

Scope

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

SupportsDTCTransactions

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

メソッド

AcquireConnection(Object)

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

ReleaseConnection(Object)

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

SetQualifier(String)

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

Validate(IDTSInfoEvents100)

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

適用対象