次の方法で共有


IDtsConnectionBaseService.GetConnections メソッド

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

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

構文

'宣言
Function GetConnections As Connections
'使用
Dim instance As IDtsConnectionBaseService 
Dim returnValue As Connections 

returnValue = instance.GetConnections()
Connections GetConnections()
Connections^ GetConnections()
abstract GetConnections : unit -> Connections
function GetConnections() : Connections

戻り値

型: Microsoft.SqlServer.Dts.Runtime.Connections
接続のコレクションです。

関連項目

参照

IDtsConnectionBaseService インターフェイス

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