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.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("AFDFC1C5-A448-45B2-96A1-1269CCA0F652")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSConnectionManager100

NameDescription
System_CAPS_pubpropertyConnectionString

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.

System_CAPS_pubpropertyProtectionLevel

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.

System_CAPS_pubpropertyScope

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the scope of the connection manager.

System_CAPS_pubpropertySupportsDTCTransactions

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.

NameDescription
System_CAPS_pubmethodAcquireConnection(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.

System_CAPS_pubmethodReleaseConnection(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.

System_CAPS_pubmethodSetQualifier(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.

System_CAPS_pubmethodValidate(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.

Return to top
Show: