Compartir a través de


Clase ManagedHelper

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

Represents the managed helper.

Esta API no es compatible con CLS. 

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Dts.Runtime.ManagedHelper

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

Sintaxis

'Declaración
<GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")> _
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ManagedHelper _
    Implements IDTSManagedHelper100
'Uso
Dim instance As ManagedHelper
[GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ManagedHelper : IDTSManagedHelper100
[GuidAttribute(L"EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ManagedHelper sealed : IDTSManagedHelper100
[<SealedAttribute>]
[<GuidAttribute("EAEEE001-91AF-4306-AABA-C9ADDC89E7CE")>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type ManagedHelper =  
    class 
        interface IDTSManagedHelper100 
    end
public final class ManagedHelper implements IDTSManagedHelper100

El tipo ManagedHelper expone los siguientes miembros.

Constructores

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

Arriba

Métodos

  Nombre Descripción
Método público CloseManagedConnection Infraestructura. Closes the connection.
Método público DecryptDocument Infraestructura. Decrypts the password protected document.
Método público EncryptDocument Infraestructura. Encrypts the document.
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetManagedConnection Infraestructura. Gets the managed connection for the helper.
Método público GetNextManagedInfo Infraestructura. Gets the next managed information.
Método público GetRawCertData Infraestructura. Gets the raw certificate.
Método público GetType (Se hereda de Object.)
Método público MakeCertObject Infraestructura. Creates a certificate object.
Método público OpenAssembly Infraestructura. Opens the helper assembly.
Método público SignDocument Infraestructura. Signs the document associated with the helper.
Método público ToString (Se hereda de Object.)
Método público VerifyDocument Infraestructura. Verifies the document associated with the helper.

Arriba

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