Compartir a través de


Interfaz ConnectionManagerAdo

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

For more information, see ConnectionManagerAdoClass.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")> _
Public Interface ConnectionManagerAdo _
    Inherits IDTSConnectionManager100
'Uso
Dim instance As ConnectionManagerAdo
[GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface ConnectionManagerAdo : IDTSConnectionManager100
[GuidAttribute(L"E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface class ConnectionManagerAdo : IDTSConnectionManager100
[<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")>]
type ConnectionManagerAdo =  
    interface 
        interface IDTSConnectionManager100 
    end
public interface ConnectionManagerAdo extends IDTSConnectionManager100

El tipo ConnectionManagerAdo expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ConnectionString Infraestructura. Gets or sets the connection string used to establish a connection to a data source. (Se hereda de IDTSConnectionManager100.)
Propiedad pública ProtectionLevel Infraestructura. Gets or sets the level of encryption performed on sensitive data that is contained in the package. (Se hereda de IDTSConnectionManager100.)
Propiedad pública Scope Infraestructura. Gets the scope of the connection manager. (Se hereda de IDTSConnectionManager100.)
Propiedad pública SupportsDTCTransactions Infraestructura. Gets a Boolean that indicates whether the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions. (Se hereda de IDTSConnectionManager100.)

Arriba

Métodos

  Nombre Descripción
Método público AcquireConnection Infraestructura. Creates an instance of the connection type. (Se hereda de IDTSConnectionManager100.)
Método público ReleaseConnection Infraestructura. Frees the connection established during AcquireConnection. Can be called at design time and runtime. (Se hereda de IDTSConnectionManager100.)
Método público SetQualifier Infraestructura. Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package. (Se hereda de IDTSConnectionManager100.)
Método público Validate Infraestructura. Validates the connection and returns an enumeration that indicates success or failure. (Se hereda de IDTSConnectionManager100.)

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper