次の方法で共有


IDtsConnectionBaseService インターフェイス

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

名前空間:  Microsoft.SqlServer.Dts.Runtime.Design
アセンブリ:  Microsoft.SqlServer.Dts.Design (Microsoft.SqlServer.Dts.Design.dll)

構文

'宣言
Public Interface IDtsConnectionBaseService
'使用
Dim instance As IDtsConnectionBaseService
public interface IDtsConnectionBaseService
public interface class IDtsConnectionBaseService
type IDtsConnectionBaseService =  interface end
public interface IDtsConnectionBaseService

IDtsConnectionBaseService 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ IsDesignerOnline デザイナーがオンライン モードで動作しているかどうかを示す値を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド CreateConnection(String) 指定された接続の種類を使用して、新しい接続を作成します。
パブリック メソッド CreateConnection(String, ConnectionManagerUIArgs) 指定された接続の種類および引数を使用して、新しい接続を作成します。
パブリック メソッド GetConnections 現在のパッケージ内にあるすべての接続マネージャーを取得します。
パブリック メソッド GetConnectionsOfType 現在のパッケージ内で見つかった、指定された種類のすべてのコレクションを返します。

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Dts.Runtime.Design 名前空間