Поделиться через


Интерфейс IDTSHttpClientConnection100

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

For more information, see HttpClientConnection100Class.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")> _
Public Interface IDTSHttpClientConnection100
'Применение
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

Тип IDTSHttpClientConnection100 обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство BypassProxyOnLocal Инфраструктура. 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 Инфраструктура. Gets or sets the certificate.
Открытое свойство 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.
Открытое свойство 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 proxy.
Открытое свойство ProxyUserName Инфраструктура. Gets or sets the username that is used when logging on to the proxy.
Открытое свойство 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 URL that specifies the location of the server.
Открытое свойство ServerUserName Инфраструктура. Gets or sets the username used to log on to the server.
Открытое свойство Timeout Инфраструктура. Gets or sets the number of seconds after which the HTTP operation times out.
Открытое свойство UseProxy Инфраструктура. Gets or sets a value that indicates whether or not the connection will use a proxy.
Открытое свойство UseProxyCredentials Инфраструктура. Gets or sets a value that indicates whether or not the connection will use network credentials.
Открытое свойство UseSecureConnection Инфраструктура. Gets or sets a value that indicates whether the connection is HTTPS or HTTP.
Открытое свойство UseServerCredentials Инфраструктура. Gets or sets a value that indicates whether the connection uses network credentials.

В начало

Методы

  Имя Описание
Открытый метод Clone Инфраструктура. Returns an instance IDTSHttpClientConnection100 object.
Открытый метод DownloadData Инфраструктура. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.
Открытый метод DownloadFile Инфраструктура. Downloads data from the resource specified by ServerURL property to a local file.
Открытый метод GetProxyPassword Инфраструктура. Gets the proxy password.
Открытый метод GetServerPassword Инфраструктура. Gets the server password.
Открытый метод OpenRead Инфраструктура. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
Открытый метод ShowCertificateDialog Инфраструктура. Displays the windows certificate information dialog box.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper