Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
For more information, see HttpClientConnection100Class.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")> _
Public Interface IDTSHttpClientConnection100
'Uso
Dim instance As IDTSHttpClientConnection100
[GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")]
public interface IDTSHttpClientConnection100
[GuidAttribute(L"2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")]
public interface class IDTSHttpClientConnection100
[<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")>]
type IDTSHttpClientConnection100 = interface end
public interface IDTSHttpClientConnection100
El tipo IDTSHttpClientConnection100 expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
BypassProxyOnLocal | Infraestructura. Gets or sets a value that indicates whether the proxy server is configured to use credentials and bypass the proxy server and use local addresses instead. |
![]() |
Certificate | Infraestructura. Gets or sets the certificate. |
![]() |
CertificateIdentifier | Infraestructura. Gets or sets the certificate identifier. |
![]() |
ChunkSize | Infraestructura. 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. |
![]() |
ProxyBypassList | Infraestructura. Gets or sets the addresses that do not use a proxy server. |
![]() |
ProxyDomain | Infraestructura. Gets or sets the domain setting that is used to log on to the proxy. |
![]() |
ProxyPassword | Infraestructura. Sets the password used to log on to the proxy. |
![]() |
ProxyURL | Infraestructura. Gets or sets the URL that specifies the location of the proxy. |
![]() |
ProxyUserName | Infraestructura. Gets or sets the username that is used when logging on to the proxy. |
![]() |
ServerDomain | Infraestructura. Gets or sets the domain used to log on to the server. |
![]() |
ServerPassword | Infraestructura. Sets the password used to log on to the server. |
![]() |
ServerURL | Infraestructura. Gets or sets the URL that specifies the location of the server. |
![]() |
ServerUserName | Infraestructura. Gets or sets the username used to log on to the server. |
![]() |
Timeout | Infraestructura. Gets or sets the number of seconds after which the HTTP operation times out. |
![]() |
UseProxy | Infraestructura. Gets or sets a value that indicates whether or not the connection will use a proxy. |
![]() |
UseProxyCredentials | Infraestructura. Gets or sets a value that indicates whether or not the connection will use network credentials. |
![]() |
UseSecureConnection | Infraestructura. Gets or sets a value that indicates whether the connection is HTTPS or HTTP. |
![]() |
UseServerCredentials | Infraestructura. Gets or sets a value that indicates whether the connection uses network credentials. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Clone | Infraestructura. Returns an instance IDTSHttpClientConnection100 object. |
![]() |
DownloadData | Infraestructura. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property. |
![]() |
DownloadFile | Infraestructura. Downloads data from the resource specified by ServerURL property to a local file. |
![]() |
GetProxyPassword | Infraestructura. Gets the proxy password. |
![]() |
GetServerPassword | Infraestructura. Gets the server password. |
![]() |
OpenRead | Infraestructura. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. |
![]() |
ShowCertificateDialog | Infraestructura. Displays the windows certificate information dialog box. |
Arriba
.gif)
.gif)