IDTSHttpClientConnection100 接口

此 API 支持 基础结构,但不能通过代码直接使用。

For more information, see HttpClientConnection100Class.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386")> _
Public Interface IDTSHttpClientConnection100
用法
Dim instance As IDTSHttpClientConnection100
[GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386")]
public interface IDTSHttpClientConnection100
[GuidAttribute(L"FBF68D7B-17A4-4C77-8DE0-AF307D772386")]
public interface class IDTSHttpClientConnection100
[<GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386")>]
type IDTSHttpClientConnection100 =  interface end
public interface IDTSHttpClientConnection100

IDTSHttpClientConnection100 类型公开以下成员。

属性

  名称 说明
公共属性 BypassProxyOnLocal 基础结构。For more information, see HttpClientConnection100Class.
公共属性 Certificate 基础结构。For more information, see HttpClientConnection100Class.
公共属性 CertificateIdentifier 基础结构。For more information, see HttpClientConnection100Class.
公共属性 ChunkSize 基础结构。For more information, see HttpClientConnection100Class.
公共属性 ProxyBypassList 基础结构。For more information, see HttpClientConnection100Class.
公共属性 ProxyDomain 基础结构。For more information, see HttpClientConnection100Class.
公共属性 ProxyPassword 基础结构。For more information, see HttpClientConnection100Class.
公共属性 ProxyURL 基础结构。For more information, see HttpClientConnection100Class.
公共属性 ProxyUserName 基础结构。For more information, see HttpClientConnection100Class.
公共属性 ServerDomain 基础结构。For more information, see HttpClientConnection100Class.
公共属性 ServerPassword 基础结构。For more information, see HttpClientConnection100Class.
公共属性 ServerURL 基础结构。For more information, see HttpClientConnection100Class.
公共属性 ServerUserName 基础结构。For more information, see HttpClientConnection100Class.
公共属性 Timeout 基础结构。For more information, see HttpClientConnection100Class.
公共属性 UseProxy 基础结构。For more information, see HttpClientConnection100Class.
公共属性 UseProxyCredentials 基础结构。For more information, see HttpClientConnection100Class.
公共属性 UseSecureConnection 基础结构。For more information, see HttpClientConnection100Class.
公共属性 UseServerCredentials 基础结构。For more information, see HttpClientConnection100Class.

页首

方法

  名称 说明
公共方法 Clone 基础结构。For more information, see HttpClientConnection100Class.
公共方法 DownloadData 基础结构。For more information, see HttpClientConnection100Class.
公共方法 DownloadFile 基础结构。For more information, see HttpClientConnection100Class.
公共方法 GetProxyPassword 基础结构。For more information, see HttpClientConnection100Class.
公共方法 GetServerPassword 基础结构。For more information, see HttpClientConnection100Class.
公共方法 OpenRead 基础结构。For more information, see HttpClientConnection100Class.
公共方法 ShowCertificateDialog 基础结构。For more information, see HttpClientConnection100Class.

页首