ConnectionManagerAdoNet インターフェイス

定義

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

public interface class ConnectionManagerAdoNet : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoNetClass))]
[System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")]
public interface ConnectionManagerAdoNet : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoNetClass))]
[System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")]
public interface ConnectionManagerAdoNet : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoNetClass))]
[System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")]
public interface ConnectionManagerAdoNet : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoNetClass))>]
[<System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")>]
type ConnectionManagerAdoNet = interface
    interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoNetClass))>]
[<System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")>]
type ConnectionManagerAdoNet = interface
    interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoNetClass))>]
[<System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")>]
type ConnectionManagerAdoNet = interface
    interface IDTSConnectionManager100
Public Interface ConnectionManagerAdoNet
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)

適用対象