ConnectionManagerAdo インターフェイス

定義

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

public interface class ConnectionManagerAdo : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoClass))]
[System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")]
public interface ConnectionManagerAdo : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoClass))]
[System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")]
public interface ConnectionManagerAdo : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoClass))]
[System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")]
public interface ConnectionManagerAdo : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoClass))>]
[<System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")>]
type ConnectionManagerAdo = interface
    interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoClass))>]
[<System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")>]
type ConnectionManagerAdo = interface
    interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoClass))>]
[<System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")>]
type ConnectionManagerAdo = interface
    interface IDTSConnectionManager100
Public Interface ConnectionManagerAdo
Implements IDTSConnectionManager100
派生
属性
実装

プロパティ

ConnectionString

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

(継承元 IDTSConnectionManager100)
ProtectionLevel

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

(継承元 IDTSConnectionManager100)
Scope

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

(継承元 IDTSConnectionManager100)
SupportsDTCTransactions

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

(継承元 IDTSConnectionManager100)

メソッド

AcquireConnection(Object)

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

(継承元 IDTSConnectionManager100)
ReleaseConnection(Object)

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

(継承元 IDTSConnectionManager100)
SetQualifier(String)

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

(継承元 IDTSConnectionManager100)
Validate(IDTSInfoEvents100)

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

(継承元 IDTSConnectionManager100)

適用対象