ConnectionManagerHttp Interface

Definition

For more information, see ConnectionManagerHttpClass.

public interface class ConnectionManagerHttp : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttpClass))]
[System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")]
public interface ConnectionManagerHttp : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttpClass))]
[System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")]
public interface ConnectionManagerHttp : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttpClass))]
[System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")]
public interface ConnectionManagerHttp : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttpClass))>]
[<System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")>]
type ConnectionManagerHttp = interface
    interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttpClass))>]
[<System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")>]
type ConnectionManagerHttp = interface
    interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHttpClass))>]
[<System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")>]
type ConnectionManagerHttp = interface
    interface IDTSConnectionManager100
Public Interface ConnectionManagerHttp
Implements IDTSConnectionManager100
Derived
Attributes
Implements

Properties

ConnectionString

Gets or sets the connection string used to establish a connection to a data source.

(Inherited from IDTSConnectionManager100)
ProtectionLevel

Gets or sets the level of encryption performed on sensitive data that is contained in the package.

(Inherited from IDTSConnectionManager100)
Scope

Gets the scope of the connection manager.

(Inherited from IDTSConnectionManager100)
SupportsDTCTransactions

Gets a Boolean that indicates whether the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions.

(Inherited from IDTSConnectionManager100)

Methods

AcquireConnection(Object)

Creates an instance of the connection type.

(Inherited from IDTSConnectionManager100)
ReleaseConnection(Object)

Frees the connection established during AcquireConnection(Object). Can be called at design time and runtime.

(Inherited from IDTSConnectionManager100)
SetQualifier(String)

Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package.

(Inherited from IDTSConnectionManager100)
Validate(IDTSInfoEvents100)

Validates the connection and returns an enumeration that indicates success or failure.

(Inherited from IDTSConnectionManager100)

Applies to