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.