다음을 통해 공유


IDTSHttpClientConnection100 인터페이스

이 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.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스