Interface IDTSConnectionManagerHttp100
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("51A35B15-00C0-435B-8BE1-3040348DD624")> _
Public Interface IDTSConnectionManagerHttp100
'Utilisation
Dim instance As IDTSConnectionManagerHttp100
[GuidAttribute("51A35B15-00C0-435B-8BE1-3040348DD624")]
public interface IDTSConnectionManagerHttp100
[GuidAttribute(L"51A35B15-00C0-435B-8BE1-3040348DD624")]
public interface class IDTSConnectionManagerHttp100
[<GuidAttribute("51A35B15-00C0-435B-8BE1-3040348DD624")>]
type IDTSConnectionManagerHttp100 = interface end
public interface IDTSConnectionManagerHttp100
Le type IDTSConnectionManagerHttp100 expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
BypassProxyOnLocal | Infrastructure. | |
Certificate | Infrastructure. | |
CertificateIdentifier | Infrastructure. | |
ChunkSize | Infrastructure. | |
ProxyBypassList | Infrastructure. | |
ProxyDomain | Infrastructure. | |
ProxyPassword | Infrastructure. | |
ProxyURL | Infrastructure. | |
ProxyUserName | Infrastructure. | |
ServerDomain | Infrastructure. | |
ServerPassword | Infrastructure. | |
ServerURL | Infrastructure. | |
ServerUserName | Infrastructure. | |
Timeout | Infrastructure. | |
UseProxy | Infrastructure. | |
UseProxyCredentials | Infrastructure. | |
UseSecureConnection | Infrastructure. | |
UseServerCredentials | Infrastructure. |
Haut de la page