Compartir a través de


Clase ConnectionManagerHostClass

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

Represents a connection manager that connects to a task host.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerHostClass

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

Sintaxis

'Declaración
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("674245D1-B1B2-4A1D-B83E-C944FAB42834")> _
Public Class ConnectionManagerHostClass _
    Implements ConnectionManagerHost, IDTSName100, IDTSObjectHost100, IDTSConnectionManager100
'Uso
Dim instance As ConnectionManagerHostClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("674245D1-B1B2-4A1D-B83E-C944FAB42834")]
public class ConnectionManagerHostClass : ConnectionManagerHost, 
    IDTSName100, IDTSObjectHost100, IDTSConnectionManager100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"674245D1-B1B2-4A1D-B83E-C944FAB42834")]
public ref class ConnectionManagerHostClass : ConnectionManagerHost, 
    IDTSName100, IDTSObjectHost100, IDTSConnectionManager100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("674245D1-B1B2-4A1D-B83E-C944FAB42834")>]
type ConnectionManagerHostClass =  
    class 
        interface ConnectionManagerHost 
        interface IDTSName100 
        interface IDTSObjectHost100 
        interface IDTSConnectionManager100 
    end
public class ConnectionManagerHostClass implements ConnectionManagerHost, IDTSName100, IDTSObjectHost100, IDTSConnectionManager100

El tipo ConnectionManagerHostClass expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ConnectionManagerHostClass Infraestructura. Initializes a new instance of the ConnectionManagerHostClass class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ConnectionString Infraestructura. Gets or sets the connection string used to establish a connection to a data source.
Propiedad pública CreationName Infraestructura. Gets the string that is used by the runtime to create an instance of the ConnectionManagerHostClass object. This property is read-only.
Propiedad pública DelayValidation Infraestructura. Gets or sets a Boolean that indicates whether package validation is delayed until the package runs.
Propiedad pública Description Infraestructura. Gets or sets the description of the ConnectionManagerHostClass object.
Propiedad pública HostType Infraestructura. Gets an enumeration that describes the type of host that the connection is being used by. This property is read-only.
Propiedad pública ID Infraestructura. Gets the ID of the ConnectionManagerHostClass. This property is read-only.
Propiedad pública InnerObject Infraestructura. Gets the specific connection type that was created. This property is read-only.
Propiedad pública Name Infraestructura. Gets or sets the name of the ConnectionManagerHostClass object.
Propiedad pública ProtectionLevel Infraestructura. Gets or sets the level of encryption performed on sensitive data that is contained in the package.
Propiedad pública Scope Infraestructura. Gets the scope of the connection manager.
Propiedad pública SupportsDTCTransactions Infraestructura. Returns a Boolean that indicates if the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions.

Arriba

Métodos

  Nombre Descripción
Método público AcquireConnection Infraestructura. Creates an instance of the connection type.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ReleaseConnection Infraestructura. Frees the connection established during AcquireConnection. Called at design time and runtime.
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.
Método público ToString (Se hereda de Object.)
Método público Validate Infraestructura. Validates the connection and returns an enumeration that indicates success or failure.

Arriba

Comentarios

For more information, see ConnectionManager.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

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