IDtsConnectionBaseService.GetConnections Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves all connection managers in the current package.
public:
Microsoft::SqlServer::Dts::Runtime::Connections ^ GetConnections();
public Microsoft.SqlServer.Dts.Runtime.Connections GetConnections ();
abstract member GetConnections : unit -> Microsoft.SqlServer.Dts.Runtime.Connections
Public Function GetConnections () As Connections
Returns
A collection of connections.