Compartir a través de


Clase ConnectionManagerFileClass

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 class.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("407C8DE5-65B6-43DA-B76C-7361176C121E")> _
Public Class ConnectionManagerFileClass _
    Implements IDTSConnectionManager100, ConnectionManagerFile, IDTSConnectionManagerFile100
'Uso
Dim instance As ConnectionManagerFileClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("407C8DE5-65B6-43DA-B76C-7361176C121E")]
public class ConnectionManagerFileClass : IDTSConnectionManager100, 
    ConnectionManagerFile, IDTSConnectionManagerFile100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"407C8DE5-65B6-43DA-B76C-7361176C121E")]
public ref class ConnectionManagerFileClass : IDTSConnectionManager100, 
    ConnectionManagerFile, IDTSConnectionManagerFile100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("407C8DE5-65B6-43DA-B76C-7361176C121E")>]
type ConnectionManagerFileClass =  
    class 
        interface IDTSConnectionManager100 
        interface ConnectionManagerFile 
        interface IDTSConnectionManagerFile100 
    end
public class ConnectionManagerFileClass implements IDTSConnectionManager100, ConnectionManagerFile, IDTSConnectionManagerFile100

El tipo ConnectionManagerFileClass expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ConnectionManagerFileClass Infraestructura. Initializes a new instance of the ConnectionManagerFileClass 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 FileUsageType Infraestructura. Gets or sets the file connection usage type.
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 or sets the scope for the connection.
Propiedad pública SupportsDTCTransactions Infraestructura. Gets a value that indicates whether the connection supports 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(Object).
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