IDtsConnectionBaseService Interface
Provides a base service that can be used to create new connection.
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
| Name | Description | |
|---|---|---|
![]() | IsDesignerOnline | Gets a value that indicates whether the designer is working in an online mode. |
| Name | Description | |
|---|---|---|
![]() | CreateConnection(String^) | Creates a new connection using the specified connection type. |
![]() | CreateConnection(String^, ConnectionManagerUIArgs^) | Creates a new connection using the specified connection type and argument. |
![]() | GetConnections() | Retrieves all connection managers in the current package. |
![]() | GetConnectionsOfType(String^) | Returns all connections of the specified type found in the current package. |
Show:

