ConnectionManagerMultiFile インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
詳細については、「ConnectionManagerMultiFileClass」を参照してください。
public interface class ConnectionManagerMultiFile : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFileClass))]
[System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")]
public interface ConnectionManagerMultiFile : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFileClass))]
[System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")]
public interface ConnectionManagerMultiFile : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFileClass))]
[System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")]
public interface ConnectionManagerMultiFile : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFileClass))>]
[<System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")>]
type ConnectionManagerMultiFile = interface
interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFileClass))>]
[<System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")>]
type ConnectionManagerMultiFile = interface
interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFileClass))>]
[<System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")>]
type ConnectionManagerMultiFile = interface
interface IDTSConnectionManager100
Public Interface ConnectionManagerMultiFile
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) |