IDtsConnectionBaseService インターフェイス

定義

新しい接続を作成するために使用できる基本サービスを提供します。

public interface class IDtsConnectionBaseService
public interface IDtsConnectionBaseService
type IDtsConnectionBaseService = interface
Public Interface IDtsConnectionBaseService
派生

プロパティ

IsDesignerOnline

デザイナーがオンライン モードで動作しているかどうかを示す値を取得します。

メソッド

CreateConnection(String)

指定された接続の種類を使用して、新しい接続を作成します。

CreateConnection(String, ConnectionManagerUIArgs)

指定された接続の種類および引数を使用して、新しい接続を作成します。

GetConnections()

現在のパッケージ内にあるすべての接続マネージャーを取得します。

GetConnectionsOfType(String)

現在のパッケージ内で見つかった、指定された種類のすべてのコレクションを返します。

適用対象