HttpClientConnection100 Interface
This interface supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)
Syntax
'Deklaracja
<GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386")> _
<CoClassAttribute(GetType(HttpClientConnection100Class))> _
Public Interface HttpClientConnection100
Inherits IDTSHttpClientConnection100
[GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386")]
[CoClassAttribute(typeof(HttpClientConnection100Class))]
public interface HttpClientConnection100 : IDTSHttpClientConnection100
[GuidAttribute(L"FBF68D7B-17A4-4C77-8DE0-AF307D772386")]
[CoClassAttribute(typeof(HttpClientConnection100Class))]
public interface class HttpClientConnection100 : IDTSHttpClientConnection100
/** @attribute GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386") */
/** @attribute CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class) */
public interface HttpClientConnection100 extends IDTSHttpClientConnection100
GuidAttribute("FBF68D7B-17A4-4C77-8DE0-AF307D772386")
CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class)
public interface HttpClientConnection100 extends IDTSHttpClientConnection100
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also