ConnectionManagerAdoNetClass クラス

定義

データ接続に .Net プロバイダーを使用する接続マネージャーを表します。

public ref class ConnectionManagerAdoNetClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerAdoNet, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerDatabaseParameters100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerInit100
public ref class ConnectionManagerAdoNetClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerAdoNet, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerDatabaseParameters100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerInit100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerManagedIdentity140
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("5C9E27BC-DF64-48F1-855E-92EF415C638C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerAdoNetClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoNet, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerInit100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("58297D74-0AC9-4659-B8EE-D5B38CAA686F")]
public class ConnectionManagerAdoNetClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoNet, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerInit100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("89249836-8DE6-4404-9CCD-C6E6ED9413B1")]
public class ConnectionManagerAdoNetClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerAdoNet, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerInit100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerManagedIdentity140
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("5C9E27BC-DF64-48F1-855E-92EF415C638C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerAdoNetClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerAdoNet
    interface IDTSConnectionManagerInit100
    interface IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("58297D74-0AC9-4659-B8EE-D5B38CAA686F")>]
type ConnectionManagerAdoNetClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerAdoNet
    interface IDTSConnectionManagerInit100
    interface IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("89249836-8DE6-4404-9CCD-C6E6ED9413B1")>]
type ConnectionManagerAdoNetClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerAdoNet
    interface IDTSConnectionManagerInit100
    interface IDTSConnectionManagerDatabaseParameters100
    interface IDTSConnectionManagerManagedIdentity140
Public Class ConnectionManagerAdoNetClass
Implements ConnectionManagerAdoNet, IDTSConnectionManagerDatabaseParameters100, IDTSConnectionManagerInit100
Public Class ConnectionManagerAdoNetClass
Implements ConnectionManagerAdoNet, IDTSConnectionManagerDatabaseParameters100, IDTSConnectionManagerInit100, IDTSConnectionManagerManagedIdentity140
継承
ConnectionManagerAdoNetClass
属性
実装

注釈

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

コンストラクター

ConnectionManagerAdoNetClass()

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

プロパティ

ConnectionString

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

ConnectUsingManagedIdentity

データ接続に .Net プロバイダーを使用する接続マネージャーを表します。

InitialCatalog

接続の初期カタログを取得します。値の設定も可能です。

Password

接続のパスワードを取得します。値の設定も可能です。

ProtectionLevel

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

RetainSameConnection

接続マネージャーが同じ接続を保持するかどうかを示すブール値を取得または設定します。

Scope

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

ServerName

サーバー名を取得または設定します。

SupportsDTCTransactions

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

UserName

接続のユーザー名を取得します。値の設定も可能です。

メソッド

AcquireConnection(Object)

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

GetConnectionForSchema()

スキーマの接続を取得します。

InitializeConnectionManager(String, IDTSInfoEvents100, IDTSLogging100)

指定したパラメーターを使用して接続マネージャー インスタンスのプロパティを初期化します。

ReleaseConnection(Object)

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

SetQualifier(String)

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

Validate(IDTSInfoEvents100)

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

適用対象