ConnectionManagerHostClass クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
タスクホストに接続する接続マネージャーを表します。
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 |
パッケージ検証が実行されるまで遅延するかどうかを示すブール値を取得または設定します。 |
| Description |
ConnectionManagerHostClassオブジェクトの記述を取得するか設定します。 |
| HostType |
接続が使われているホストの種類を記述する列挙を受け取ります。 このプロパティは読み取り専用です。 |
| ID |
ConnectionManagerHostClassのIDを手に入れた。 このプロパティは読み取り専用です。 |
| InnerObject |
作成された特定の接続タイプを取得します。 このプロパティは読み取り専用です。 |
| Name |
ConnectionManagerHostClass オブジェクトの名前を取得または設定します。 |
| ProtectionLevel |
パッケージに含まれる機密データに対して行われる暗号化レベルを取得するか設定します。 |
| Scope |
接続マネージャーの範囲を得られます。 |
| SupportsDTCTransactions |
接続がMicrosoft 分散トランザクション コーディネーター(MS DTC)トランザクションをサポートしているかどうかを示すブール値を返します。 |
メソッド
| 名前 | 説明 |
|---|---|
| AcquireConnection(Object) |
接続タイプのインスタンスを作成します。 |
| ReleaseConnection(Object) |
AcquireConnection(Object)中に確立された接続を解放します。 設計時と実行時に呼び出しられます。 |
| SetQualifier(String) |
接続マネージャーが作成された後、実行中のパッケージで使用される前に、接続マネージャーの修飾子を変更します。 |
| Validate(IDTSInfoEvents100) |
接続を検証し、成功または失敗を示す列挙を返します。 |