Condividi tramite


Interfaccia IDTSHttpClientConnection100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see HttpClientConnection100Class.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")> _
Public Interface IDTSHttpClientConnection100
'Utilizzo
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

Nel tipo IDTSHttpClientConnection100 sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Infrastruttura. Returns an instance IDTSHttpClientConnection100 object.
Metodo pubblico DownloadData Infrastruttura. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.
Metodo pubblico DownloadFile Infrastruttura. Downloads data from the resource specified by ServerURL property to a local file.
Metodo pubblico GetProxyPassword Infrastruttura. Gets the proxy password.
Metodo pubblico GetServerPassword Infrastruttura. Gets the server password.
Metodo pubblico OpenRead Infrastruttura. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
Metodo pubblico ShowCertificateDialog Infrastruttura. Displays the windows certificate information dialog box.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper