IDTSConnectionManager100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides properties and methods that are used for managing connection to a data source.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectionString | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the connection string used to establish a connection to a data source. |
![]() | ProtectionLevel | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the level of encryption performed on sensitive data that is contained in the package. |
![]() | Scope | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the scope of the connection manager. |
![]() | SupportsDTCTransactions | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a Boolean that indicates whether the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions. |
| Name | Description | |
|---|---|---|
![]() | AcquireConnection(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates an instance of the connection type. |
![]() | ReleaseConnection(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Frees the connection established during AcquireConnection. Can be called at design time and runtime. |
![]() | SetQualifier(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package. |
![]() | Validate(IDTSInfoEvents100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Validates the connection and returns an enumeration that indicates success or failure. |
For more information, see ConnectionManager.

