Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Этот 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. |
В начало
.gif)
.gif)