ConnectionManagerHttpClass Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a connection manager http class.
public ref class ConnectionManagerHttpClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerHttp, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerHttp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("000F5808-2DBF-4AEE-A68A-95855235535D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerHttpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerHttp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("4B389077-E0B5-458F-BD63-5A6312121584")]
public class ConnectionManagerHttpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerHttp100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("38CA1B3F-D649-4BC8-90E0-F515A2A2E744")]
public class ConnectionManagerHttpClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttp, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerHttp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("000F5808-2DBF-4AEE-A68A-95855235535D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerHttpClass = class
interface IDTSConnectionManager100
interface ConnectionManagerHttp
interface IDTSConnectionManagerHttp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("4B389077-E0B5-458F-BD63-5A6312121584")>]
type ConnectionManagerHttpClass = class
interface IDTSConnectionManager100
interface ConnectionManagerHttp
interface IDTSConnectionManagerHttp100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("38CA1B3F-D649-4BC8-90E0-F515A2A2E744")>]
type ConnectionManagerHttpClass = class
interface IDTSConnectionManager100
interface ConnectionManagerHttp
interface IDTSConnectionManagerHttp100
Public Class ConnectionManagerHttpClass
Implements ConnectionManagerHttp, IDTSConnectionManagerHttp100
- Inheritance
-
ConnectionManagerHttpClass
- Attributes
- Implements
Remarks
For more information, see ConnectionManager.
Constructors
ConnectionManagerHttpClass() |
Initializes a new instance of the ConnectionManagerHttpClass class. |
Properties
BypassProxyOnLocal |
Gets or sets a value that indicates whether to bypass the proxy server for local addresses. |
Certificate |
Gets or sets the certificate to use for the connection. |
CertificateIdentifier |
Gets or sets the certificate identifier. |
ChunkSize |
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 |
Gets or sets the connection string used to establish a connection to a data source. |
ProtectionLevel |
Gets or sets the level of encryption performed on sensitive data that is contained in the package. |
ProxyBypassList |
Gets or sets the addresses that do not use a proxy server. |
ProxyDomain |
Gets or sets the domain setting that is used to log on to the proxy. |
ProxyPassword |
Sets the password used to log on to the proxy. |
ProxyURL |
Gets or sets the URL that specifies the location of the connection. |
ProxyUserName |
Gets or sets the username that is used when logging on to the proxy. |
Scope |
Gets or sets the scope for the connection. |
ServerDomain |
Gets or sets the domain used to log on to the server. |
ServerPassword |
Sets the password used to log on to the server. |
ServerURL |
Gets or sets the server URL for the connection. |
ServerUserName |
Gets or sets the username used to log on to the server. |
SupportsDTCTransactions |
Gets a value that indicates whether the connection supports DTC transactions. |
Timeout |
Gets or sets the connection timeout. |
UseProxy |
Gets or sets a value that indicates whether the connection uses a proxy for requests. |
UseProxyCredentials |
Gets or sets a value that indicates whether the connection uses proxy credentials. |
UseSecureConnection |
Gets or sets a value that indicates whether to use a secure connection. |
UseServerCredentials |
Gets or sets a Boolean that indicates whether the connection uses network credentials. |
Methods
AcquireConnection(Object) |
Creates an instance of the connection type. |
ReleaseConnection(Object) |
Frees the connection established during AcquireConnection(Object). |
SetQualifier(String) |
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) |
Validates the connection and returns an enumeration that indicates success or failure. |