HttpClientConnection100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
有关详细信息,请参阅 HttpClientConnection100Class。
public interface class HttpClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")>]
type HttpClientConnection100 = interface
interface IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")>]
type HttpClientConnection100 = interface
interface IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")>]
type HttpClientConnection100 = interface
interface IDTSHttpClientConnection100
Public Interface HttpClientConnection100
Implements IDTSHttpClientConnection100
- 派生
- 属性
- 实现
属性
方法
Clone() |
返回实例 IDTSHttpClientConnection100 对象。 (继承自 IDTSHttpClientConnection100) |
DownloadData() |
返回一个字节数组,该数组包含从在 ServerURL 属性中指定的资源下载的数据。 (继承自 IDTSHttpClientConnection100) |
DownloadFile(String, Boolean) |
将数据从 ServerURL 属性所指定的资源下载到本地文件。 (继承自 IDTSHttpClientConnection100) |
GetProxyPassword() |
获取代理密码。 (继承自 IDTSHttpClientConnection100) |
GetServerPassword() |
获取服务器密码。 (继承自 IDTSHttpClientConnection100) |
OpenRead() |
为要从 ServerURL 属性所指定的资源下载的数据打开可读流。 (继承自 IDTSHttpClientConnection100) |
ShowCertificateDialog(Int64) |
显示“Windows 证书信息”对话框。 (继承自 IDTSHttpClientConnection100) |