ConnectionManagerAdoNet Interface

Definition

public interface class ConnectionManagerAdoNet : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.ConnectionManagerAdoNetClass))]
[System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")]
public interface ConnectionManagerAdoNet : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.ConnectionManagerAdoNetClass))>]
[<System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")>]
type ConnectionManagerAdoNet = interface
    interface IDTSConnectionManager100
Public Interface ConnectionManagerAdoNet
Implements IDTSConnectionManager100
Derived
Attributes
Implements

Properties

ConnectionString (Inherited from IDTSConnectionManager100)
ProtectionLevel (Inherited from IDTSConnectionManager100)
Scope (Inherited from IDTSConnectionManager100)
SupportsDTCTransactions (Inherited from IDTSConnectionManager100)

Methods

AcquireConnection(Object) (Inherited from IDTSConnectionManager100)
ReleaseConnection(Object) (Inherited from IDTSConnectionManager100)
SetQualifier(String) (Inherited from IDTSConnectionManager100)
Validate(IDTSInfoEvents100) (Inherited from IDTSConnectionManager100)

Applies to