ConnectionManagerHostClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a connection manager that connects to a task host.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectionManagerHostClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ConnectionManagerHostClass class. |
| 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. |
![]() | CreationName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the string that is used by the runtime to create an instance of the ConnectionManagerHostClass object. This property is read-only. |
![]() | DelayValidation | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a Boolean that indicates whether package validation is delayed until the package runs. |
![]() | Description | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the description of the ConnectionManagerHostClass object. |
![]() | HostType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an enumeration that describes the type of host that the connection is being used by. This property is read-only. |
![]() | ID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the ID of the ConnectionManagerHostClass. This property is read-only. |
![]() | InnerObject | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the specific connection type that was created. This property is read-only. |
![]() | Name | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the ConnectionManagerHostClass object. |
![]() | 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. Returns a Boolean that indicates if 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. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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. 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. |
![]() | ToString() | (Inherited from Object.) |
![]() | 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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


