ConnectionManagerHttpClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a connection manager http class.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectionManagerHttpClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ConnectionManagerHttpClass class. |
| Name | Description | |
|---|---|---|
![]() | BypassProxyOnLocal | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether to bypass the proxy server for local addresses. |
![]() | Certificate | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the certificate to use for the connection. |
![]() | CertificateIdentifier | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the certificate identifier. |
![]() | ChunkSize | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the value that indicates the minimum number of bytes to retrieve from or send to the server during a read/write operation. |
![]() | 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. |
![]() | ProxyBypassList | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the addresses that do not use a proxy server. |
![]() | ProxyDomain | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the domain setting that is used to log on to the proxy. |
![]() | ProxyPassword | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the password used to log on to the proxy. |
![]() | ProxyURL | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the URL that specifies the location of the connection. |
![]() | ProxyUserName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the username that is used when logging on to the proxy. |
![]() | Scope | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the scope for the connection. |
![]() | ServerDomain | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the domain used to log on to the server. |
![]() | ServerPassword | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the password used to log on to the server. |
![]() | ServerURL | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the server URL for the connection. |
![]() | ServerUserName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the username used to log on to the server. |
![]() | SupportsDTCTransactions | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the connection supports DTC transactions. |
![]() | Timeout | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the connection timeout. |
![]() | UseProxy | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the connection uses a proxy for requests. |
![]() | UseProxyCredentials | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the connection uses proxy credentials. |
![]() | UseSecureConnection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether to use a secure connection. |
![]() | UseServerCredentials | 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 the connection uses network credentials. |
| 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. |
![]() | 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.


