IDTSRuntimeConnectionCollection100 インターフェイス

定義

public interface class IDTSRuntimeConnectionCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("D9428893-8A95-4DFD-826C-4035E5728C60")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("D9428893-8A95-4DFD-826C-4035E5728C60")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnectionCollection100 = interface
    interface IEnumerable
Public Interface IDTSRuntimeConnectionCollection100
Implements IEnumerable
属性
実装

注釈

外部データソースに接続されるデータフローコンポーネントは、パッケージレベルで作成された ConnectionManager オブジェクトを使って接続します。 このコレクションは、コンポーネントが外部データソースにアクセスするために使用するパッケージ内の接続管理者への参照を格納するために使用されます。

適用対象