IDTSHttpClientConnection100 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
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 类型公开以下成员。
属性
页首
方法
名称 | 说明 | |
---|---|---|
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. |
页首