共用方式為


IDtsConnectionBaseService.GetConnections 方法

Retrieves all connection managers in the current package.

命名空間:  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
A collection of connections.

請參閱

參考

IDtsConnectionBaseService 介面

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