Compartir a través de


Interfaz IDTSHttpClientConnection100

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
Propiedad pública 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.
Propiedad pública Certificate Infraestructura. Gets or sets the certificate.
Propiedad pública CertificateIdentifier Infraestructura. Gets or sets the certificate identifier.
Propiedad pública 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.
Propiedad pública ProxyBypassList Infraestructura. Gets or sets the addresses that do not use a proxy server.
Propiedad pública ProxyDomain Infraestructura. Gets or sets the domain setting that is used to log on to the proxy.
Propiedad pública ProxyPassword Infraestructura. Sets the password used to log on to the proxy.
Propiedad pública ProxyURL Infraestructura. Gets or sets the URL that specifies the location of the proxy.
Propiedad pública ProxyUserName Infraestructura. Gets or sets the username that is used when logging on to the proxy.
Propiedad pública ServerDomain Infraestructura. Gets or sets the domain used to log on to the server.
Propiedad pública ServerPassword Infraestructura. Sets the password used to log on to the server.
Propiedad pública ServerURL Infraestructura. Gets or sets the URL that specifies the location of the server.
Propiedad pública ServerUserName Infraestructura. Gets or sets the username used to log on to the server.
Propiedad pública Timeout Infraestructura. Gets or sets the number of seconds after which the HTTP operation times out.
Propiedad pública UseProxy Infraestructura. Gets or sets a value that indicates whether or not the connection will use a proxy.
Propiedad pública UseProxyCredentials Infraestructura. Gets or sets a value that indicates whether or not the connection will use network credentials.
Propiedad pública UseSecureConnection Infraestructura. Gets or sets a value that indicates whether the connection is HTTPS or HTTP.
Propiedad pública UseServerCredentials Infraestructura. Gets or sets a value that indicates whether the connection uses network credentials.

Arriba

Métodos

  Nombre Descripción
Método público Clone Infraestructura. Returns an instance IDTSHttpClientConnection100 object.
Método público DownloadData Infraestructura. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.
Método público DownloadFile Infraestructura. Downloads data from the resource specified by ServerURL property to a local file.
Método público GetProxyPassword Infraestructura. Gets the proxy password.
Método público GetServerPassword Infraestructura. Gets the server password.
Método público OpenRead Infraestructura. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
Método público ShowCertificateDialog Infraestructura. Displays the windows certificate information dialog box.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper