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 命名空间