新しい接続を作成するために使用できる基本サービスを提供します。
名前空間: 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 | 現在のパッケージ内で見つかった、指定された種類のすべてのコレクションを返します。 |
先頭に戻る
.gif)
.gif)