Partager via


Interface ConnectionManagerHttp

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see ConnectionManagerHttpClass.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")> _
Public Interface ConnectionManagerHttp _
    Inherits IDTSConnectionManager100
'Utilisation
Dim instance As ConnectionManagerHttp
[GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface ConnectionManagerHttp : IDTSConnectionManager100
[GuidAttribute(L"E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface class ConnectionManagerHttp : IDTSConnectionManager100
[<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")>]
type ConnectionManagerHttp =  
    interface 
        interface IDTSConnectionManager100 
    end
public interface ConnectionManagerHttp extends IDTSConnectionManager100

Le type ConnectionManagerHttp expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ConnectionString Infrastructure. Gets or sets the connection string used to establish a connection to a data source. (hérité de IDTSConnectionManager100.)
Propriété publique ProtectionLevel Infrastructure. Gets or sets the level of encryption performed on sensitive data that is contained in the package. (hérité de IDTSConnectionManager100.)
Propriété publique Scope Infrastructure. Gets the scope of the connection manager. (hérité de IDTSConnectionManager100.)
Propriété publique SupportsDTCTransactions Infrastructure. Gets a Boolean that indicates whether the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions. (hérité de IDTSConnectionManager100.)

Haut de la page

Méthodes

  Nom Description
Méthode publique AcquireConnection Infrastructure. Creates an instance of the connection type. (hérité de IDTSConnectionManager100.)
Méthode publique ReleaseConnection Infrastructure. Frees the connection established during AcquireConnection. Can be called at design time and runtime. (hérité de IDTSConnectionManager100.)
Méthode publique SetQualifier Infrastructure. Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package. (hérité de IDTSConnectionManager100.)
Méthode publique Validate Infrastructure. Validates the connection and returns an enumeration that indicates success or failure. (hérité de IDTSConnectionManager100.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper